mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
55 lines
1003 B
JSON
55 lines
1003 B
JSON
{
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-many"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {
|
|
"job": "prometheus",
|
|
"handler": "/api/v1/query_range"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889530000,1641889531000,1641889532000
|
|
],
|
|
[
|
|
null,null,null
|
|
]
|
|
],
|
|
"entities": [
|
|
null,
|
|
{
|
|
"NaN": [
|
|
1
|
|
],
|
|
"Inf": [
|
|
0
|
|
],
|
|
"NegInf": [
|
|
2
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |