mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
b42161a713
* Loki: add from JSON to dataframes tests * fixed wrong content-type * added -Inf test-case
34 lines
674 B
JSON
34 lines
674 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {
|
|
"level": "error",
|
|
"location": "moon"
|
|
},
|
|
"values": [
|
|
[1639125366.989, "0.4"],
|
|
[1639125406.989, "0.2"],
|
|
[1639125416.989, "0.2"],
|
|
[1639125466.989, "0.6"]
|
|
]
|
|
},
|
|
{
|
|
"metric": {
|
|
"level": "info",
|
|
"location": "mars"
|
|
},
|
|
"values": [
|
|
[1639125386.989, "0.6"],
|
|
[1639125396.989, "0.8"],
|
|
[1639125406.989, "0.8"],
|
|
[1639125416.989, "0.8"],
|
|
[1639125476.989, "2.6"]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|