grafana/pkg/tsdb/elasticsearch/testdata_response/metric_multi.b.golden.jsonc
Ivana Huckova f2936d6695
Elasticsearch: Fix creating of legend so it is backward compatible with frontend produced frames (#81708)
* Elasticsearch: Fix creating of legend so it is backward compatible with frontend produced frames

* Update tests
2024-02-02 12:47:45 +01:00

71 lines
1.7 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "type": "timeseries-multi",
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name: Min float
// 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 | 1.8121581077575684 |
// | 2022-11-28 11:00:00 +0000 UTC | 0.776007354259491 |
// | 2022-11-28 11:01:00 +0000 UTC | 0.26452451944351196 |
// +-------------------------------+---------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "Min float",
"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": [
[
1669633140000,
1669633200000,
1669633260000
],
[
1.8121581077575684,
0.776007354259491,
0.26452451944351196
]
]
}
}
]
}