InfluxDB: Flux: timestamp-column has to be first in dataframes (#35036) (#35053)

(cherry picked from commit 38b030e2a4)

Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-01 18:09:30 +02:00
committed by GitHub
co-authored by Gábor Farkas
parent d1b02d524c
commit adfb3d4e21
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