mirror of
https://github.com/grafana/grafana.git
synced 2025-01-21 05:53:42 -06:00
38 lines
1006 B
JSON
38 lines
1006 B
JSON
{
|
|
"status" : "success",
|
|
"data" : {
|
|
"resultType" : "vector",
|
|
"result" : [
|
|
{
|
|
"metric" : {
|
|
"__name__" : "up",
|
|
"job" : "prometheus",
|
|
"instance" : "localhost:9090"
|
|
},
|
|
"value": [ 1435781451.781, "1" ]
|
|
},
|
|
{
|
|
"metric" : {
|
|
"__name__" : "up",
|
|
"job" : "node",
|
|
"instance" : "localhost:9100"
|
|
},
|
|
"value" : [ 1435781451.781, "0" ]
|
|
},
|
|
{
|
|
"metric": { "level": "error", "location": "moon"},
|
|
"value": [1645029699, "+Inf"]
|
|
},
|
|
{
|
|
"metric": { "level": "info", "location": "moon" },
|
|
"value": [1645029699, "-Inf"]
|
|
},
|
|
{
|
|
"metric": { "level": "debug", "location": "moon" },
|
|
"value": [1645029699, "NaN"]
|
|
}
|
|
]
|
|
},
|
|
"warnings" : ["warning 1", "warning 2"]
|
|
}
|