grafana/pkg/tsdb/elasticsearch/testdata_response/metric_multi.a.golden.jsonc
Gábor Farkas f1dfaa784a
elastic: add more backend tests (#59312)
* elastic: added backend snapshot tests

* linter fixes
2022-11-28 14:59:57 +01:00

69 lines
1.7 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "custom": null
// }
// 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": {
"meta": {
"custom": null
},
"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
]
]
}
}
]
}