87e8521591
use `prometheusStreamingJSONParser` feature toggle to enable
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "1 / 0",
|
|
"meta": {
|
|
"type": "timeseries-many",
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
},
|
|
"executedQueryString": "Expr: 1 / 0\nStep: 1s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 1000
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {},
|
|
"config": {
|
|
"displayNameFromDS": "1 / 0"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889530000,
|
|
1641889531000,
|
|
1641889532000
|
|
],
|
|
[
|
|
null,
|
|
null,
|
|
null
|
|
]
|
|
],
|
|
"entities": [
|
|
null,
|
|
{
|
|
"Inf": [
|
|
0,
|
|
1,
|
|
2
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |