mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
* Loki: add from JSON to dataframes tests * fixed wrong content-type * added -Inf test-case
20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {},
|
|
"values": [
|
|
[1643014453.815, "50"],
|
|
[1643014753.815, "57"],
|
|
[1643015053.815, "55"],
|
|
[1643016853.815, "54"],
|
|
[1643017153.815, "55"],
|
|
[1643017453.815, "56"]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|