grafana/pkg/tsdb/elasticsearch/testdata_response/metric_multi.b.golden.jsonc
Ivana Huckova aa123e0d50
Elasticsearch: Fix where name of frame is set (#64233)
* Elasticsearch: Use displayName field for naming

* Change solution to frame.Name to be backward compatible

* Fix snapshot tests

* Use Time and Value for time and value fields

* Use variables from grafana-plugin-sdk-go for name
2023-03-08 13:32:01 +01:00

72 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
},
"labels": {}
}
]
},
"data": {
"values": [
[
1669633140000,
1669633200000,
1669633260000
],
[
1.8121581077575684,
0.776007354259491,
0.26452451944351196
]
]
}
}
]
}