grafana/pkg/tsdb/prometheus/testdata/range_nan.result.json

17 lines
308 B
JSON
Raw Normal View History

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