grafana/pkg/util/converter/testdata/prom-matrix-with-nans.json

16 lines
339 B
JSON

{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": { "handler": "/api/v1/query_range", "job": "prometheus" },
"values": [
[1641889530, "+Inf"],
[1641889531, "NaN"],
[1641889532, "-Inf"]
]
}
]
}
}