mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Loki: add from JSON to dataframes tests * fixed wrong content-type * added -Inf test-case
16 lines
230 B
JSON
16 lines
230 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {},
|
|
"values": [
|
|
[1643014450.417, "NaN"],
|
|
[1643014750.417, "NaN"]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|