1e2708cbcf
(cherry picked from commit 94b9c524a8)
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-wide",
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
},
|
|
"executedQueryString": "Expr: test1\nStep: 1s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 1000
|
|
}
|
|
},
|
|
{
|
|
"name": "go_goroutines{job=\"prometheus\"}",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"__name__": "go_goroutines",
|
|
"job": "prometheus"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889533000,
|
|
1641889534000,
|
|
1641889537000
|
|
],
|
|
[
|
|
21,
|
|
32,
|
|
43
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |