grafana_bak/pkg/tsdb/influxdb/flux/testdata/time_first.golden.jsonc
2025-04-01 10:38:02 +09:00

73 lines
1.7 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name:
// Dimensions: 2 Fields by 4 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: |
// | Type: []*time.Time | Type: []*float64 |
// +-------------------------------+------------------+
// | 2021-06-01 10:34:37 +0000 UTC | 10 |
// | 2021-06-01 10:34:47 +0000 UTC | 20 |
// | 2021-06-01 10:34:57 +0000 UTC | 30 |
// | 2021-06-01 10:35:07 +0000 UTC | 40 |
// +-------------------------------+------------------+
//
//
// 🌟 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
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64",
"nullable": true
},
"labels": {}
}
]
},
"data": {
"values": [
[
1622543677000,
1622543687000,
1622543697000,
1622543707000
],
[
10,
20,
30,
40
]
]
}
}
]
}