mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
86 lines
2.2 KiB
Plaintext
86 lines
2.2 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-wide",
|
|
// "custom": {
|
|
// "resultType": "matrix"
|
|
// }
|
|
// }
|
|
// Name:
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-------------------------------+-----------------------------------------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: handler=/api/v1/query_range, job=prometheus |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-------------------------------+-----------------------------------------------------+
|
|
// | 2022-01-11 08:25:30 +0000 UTC | +Inf |
|
|
// | 2022-01-11 08:25:31 +0000 UTC | NaN |
|
|
// | 2022-01-11 08:25:32 +0000 UTC | -Inf |
|
|
// +-------------------------------+-----------------------------------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-wide",
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
}
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"handler": "/api/v1/query_range",
|
|
"job": "prometheus"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889530000,
|
|
1641889531000,
|
|
1641889532000
|
|
],
|
|
[
|
|
null,
|
|
null,
|
|
null
|
|
]
|
|
],
|
|
"entities": [
|
|
null,
|
|
{
|
|
"NaN": [
|
|
1
|
|
],
|
|
"Inf": [
|
|
0
|
|
],
|
|
"NegInf": [
|
|
2
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |