72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-multi",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name: B
|
|
// Dimensions: 2 Fields by 2 Rows
|
|
// +-------------------------------+------------------+
|
|
// | Name: time | Name: value |
|
|
// | Labels: | Labels: |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-------------------------------+------------------+
|
|
// | 2021-01-01 00:00:00 +0000 UTC | 50 |
|
|
// | 2021-01-01 00:01:00 +0000 UTC | 75 |
|
|
// +-------------------------------+------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "B",
|
|
"meta": {
|
|
"type": "timeseries-multi",
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {},
|
|
"config": {
|
|
"displayNameFromDS": "stats.counters.api.calls"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1609459200000,
|
|
1609459260000
|
|
],
|
|
[
|
|
50,
|
|
75
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |