mirror of https://github.com/grafana/grafana
elastic: backend-mode: fix trimEdges functionality (#56985)
parent
f0b882ebad
commit
0491c19712
@ -0,0 +1,68 @@ |
||||
// 🌟 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 | |
||||
// +-------------------------------+------------------+ |
||||
// | 1970-01-01 00:00:04 +0000 UTC | 40 | |
||||
// | 1970-01-01 00:00:05 +0000 UTC | 50 | |
||||
// | 1970-01-01 00:00:06 +0000 UTC | 60 | |
||||
// +-------------------------------+------------------+ |
||||
// |
||||
// |
||||
// 🌟 This was machine generated. Do not edit. 🌟 |
||||
{ |
||||
"frames": [ |
||||
{ |
||||
"schema": { |
||||
"meta": { |
||||
"custom": null |
||||
}, |
||||
"fields": [ |
||||
{ |
||||
"name": "time", |
||||
"type": "time", |
||||
"typeInfo": { |
||||
"frame": "time.Time" |
||||
}, |
||||
"config": { |
||||
"displayNameFromDS": "Count" |
||||
} |
||||
}, |
||||
{ |
||||
"name": "value", |
||||
"type": "number", |
||||
"typeInfo": { |
||||
"frame": "float64", |
||||
"nullable": true |
||||
}, |
||||
"labels": {}, |
||||
"config": { |
||||
"displayNameFromDS": "Count" |
||||
} |
||||
} |
||||
] |
||||
}, |
||||
"data": { |
||||
"values": [ |
||||
[ |
||||
4000, |
||||
5000, |
||||
6000 |
||||
], |
||||
[ |
||||
40, |
||||
50, |
||||
60 |
||||
] |
||||
] |
||||
} |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue