87e8521591
use `prometheusStreamingJSONParser` feature toggle to enable
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "go_goroutines{job=\"prometheus\"}",
|
|
"meta": {
|
|
"type": "timeseries-many",
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
},
|
|
"executedQueryString": "Expr: test1\nStep: 1s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 1000
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {
|
|
"__name__": "go_goroutines",
|
|
"job": "prometheus"
|
|
},
|
|
"config": {
|
|
"displayNameFromDS": "go_goroutines{job=\"prometheus\"}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889533000,
|
|
1641889534000,
|
|
1641889537000
|
|
],
|
|
[
|
|
21,
|
|
32,
|
|
43
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |