InfluxDB: Flux: timestamp-column has to go first (#35036)

This commit is contained in:
Gábor Farkas
2021-06-01 16:03:02 +02:00
committed by GitHub
parent 73b8afe724
commit 38b030e2a4
6 changed files with 100 additions and 64 deletions
+8
View File
@@ -0,0 +1,8 @@
#group,false,false,false,false
#datatype,string,long,double,dateTime:RFC3339
#default,_result,,,
,result,table,_value,_time
,,0,10,2021-06-01T10:34:37Z
,,0,20,2021-06-01T10:34:47Z
,,0,30,2021-06-01T10:34:57Z
,,0,40,2021-06-01T10:35:07Z
1 #group false false false false
2 #datatype string long double dateTime:RFC3339
3 #default _result
4 result table _value _time
5 0 10 2021-06-01T10:34:37Z
6 0 20 2021-06-01T10:34:47Z
7 0 30 2021-06-01T10:34:57Z
8 0 40 2021-06-01T10:35:07Z