mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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"]
|
|
}
|
|
]
|
|
}
|
|
}
|