mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
17 lines
300 B
JSON
17 lines
300 B
JSON
|
{
|
||
|
"status": "success",
|
||
|
"data": {
|
||
|
"resultType": "matrix",
|
||
|
"result": [
|
||
|
{
|
||
|
"metric": { "__name__": "go_goroutines", "job": "prometheus" },
|
||
|
"values": [
|
||
|
[1641889533, "21"],
|
||
|
[1641889534, "32"],
|
||
|
[1641889537, "43"]
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|