grafana/pkg/tsdb/loki/testdata/matrix_nan.json
Gábor Farkas b42161a713
Loki: add from JSON to dataframes tests (#44375)
* Loki: add from JSON to dataframes tests

* fixed wrong content-type

* added -Inf test-case
2022-01-27 12:43:44 +01:00

16 lines
230 B
JSON

{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {},
"values": [
[1643014450.417, "NaN"],
[1643014750.417, "NaN"]
]
}
]
}
}