mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
64 lines
1.6 KiB
Plaintext
64 lines
1.6 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0]
|
|
// Name:
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-------------------------------+-------------------+
|
|
// | Name: time | Name: value |
|
|
// | Labels: | Labels: |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-------------------------------+-------------------+
|
|
// | 2022-11-28 10:59:00 +0000 UTC | 97.96025848388672 |
|
|
// | 2022-11-28 11:00:00 +0000 UTC | 98.74357604980469 |
|
|
// | 2022-11-28 11:01:00 +0000 UTC | 99.94505310058594 |
|
|
// +-------------------------------+-------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"fields": [
|
|
{
|
|
"name": "time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"displayNameFromDS": "Max float"
|
|
}
|
|
},
|
|
{
|
|
"name": "value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {},
|
|
"config": {
|
|
"displayNameFromDS": "Max float"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1669633140000,
|
|
1669633200000,
|
|
1669633260000
|
|
],
|
|
[
|
|
97.96025848388672,
|
|
98.74357604980469,
|
|
99.94505310058594
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |