mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
f2936d6695
* Elasticsearch: Fix creating of legend so it is backward compatible with frontend produced frames * Update tests
71 lines
1.7 KiB
Plaintext
71 lines
1.7 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-multi",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name: Average counter
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-----------------------------------+------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-----------------------------------+------------------+
|
|
// | 2023-03-17 13:53:00.123 +0000 UTC | 39.5 |
|
|
// | 2023-03-17 13:54:00.123 +0000 UTC | 78.5 |
|
|
// | 2023-03-17 13:55:00.123 +0000 UTC | 143.5 |
|
|
// +-----------------------------------+------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "Average counter",
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1679061180123,
|
|
1679061240123,
|
|
1679061300123
|
|
],
|
|
[
|
|
39.5,
|
|
78.5,
|
|
143.5
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |