mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
21 lines
434 B
JSON
21 lines
434 B
JSON
|
{
|
||
|
"status": "success",
|
||
|
"data": {
|
||
|
"resultType": "vector",
|
||
|
"result": [
|
||
|
{
|
||
|
"metric": { "level": "error", "location": "moon"},
|
||
|
"value": [1645029699, "+Inf"]
|
||
|
},
|
||
|
{
|
||
|
"metric": { "level": "info", "location": "moon" },
|
||
|
"value": [1645029699, "-Inf"]
|
||
|
},
|
||
|
{
|
||
|
"metric": { "level": "debug", "location": "moon" },
|
||
|
"value": [1645029699, "NaN"]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|