grafana/pkg/tsdb/influxdb/flux/testdata/renamed.golden.jsonc

112 lines
2.9 KiB
Plaintext
Raw Normal View History

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name:
// Dimensions: 2 Fields by 20 Rows
// +-------------------------------+---------------------+
// | Name: time | Name: MeanAggregate |
// | Labels: | Labels: |
// | Type: []*time.Time | Type: []*float64 |
// +-------------------------------+---------------------+
// | 2020-07-14 03:26:31 +0000 UTC | 0 |
// | 2020-07-14 03:26:32 +0000 UTC | 0 |
// | 2020-07-14 03:26:35 +0000 UTC | 0 |
// | 2020-07-14 03:29:33 +0000 UTC | 0 |
// | 2020-07-14 04:59:41 +0000 UTC | 29.38586956521739 |
// | 2020-07-14 05:04:24 +0000 UTC | 0 |
// | 2020-07-14 05:04:25 +0000 UTC | 7.306756756756757 |
// | 2020-07-14 05:04:26 +0000 UTC | 3.633736559139785 |
// | 2020-07-14 05:04:27 +0000 UTC | 3.6143048128342246 |
// | ... | ... |
// +-------------------------------+---------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"meta": {
"typeVersion": [
0,
0
]
},
"fields": [
{
"name": "time",
"type": "time",
"typeInfo": {
"frame": "time.Time",
"nullable": true
},
"labels": {}
},
{
"name": "MeanAggregate",
"type": "number",
"typeInfo": {
"frame": "float64",
"nullable": true
},
"labels": {}
}
]
},
"data": {
"values": [
[
1594697191000,
1594697192000,
1594697195000,
1594697373000,
1594702781000,
1594703064000,
1594703065000,
1594703066000,
1594703067000,
1594703068000,
1594721641000,
1594727036000,
1594727263000,
1594727264000,
1594727265000,
1594727266000,
1594727267000,
1594727268000,
1594727269000,
1594727270000
],
[
0,
0,
0,
0,
29.38586956521739,
0,
7.306756756756757,
3.633736559139785,
3.6143048128342246,
3.5950797872340425,
2.013780260707635,
9.1166908290378,
0,
0,
0,
0,
0,
1.5051560758082496,
2.022162706401263,
2.019892437805675
]
]
}
}
]
}