InfluxDB: support aggregate results (#25726)

This commit is contained in:
Ryan McKinley
2020-06-22 13:44:41 -07:00
committed by GitHub
parent 8d1ed33e20
commit 740a9ad5f9
4 changed files with 82 additions and 27 deletions
+7
View File
@@ -0,0 +1,7 @@
#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,dateTime:RFC3339,string,double
#group,false,false,true,true,false,true,false
#default,_result,,,,,,
,result,table,_start,_stop,_time,host,_value
,,0,2020-06-05T12:03:27.444072266Z,2020-06-05T12:08:27.444072266Z,2020-06-05T12:06:00Z,hostname.ru,8.291
,,0,2020-06-05T12:03:27.444072266Z,2020-06-05T12:08:27.444072266Z,2020-06-05T12:07:00Z,hostname.ru,0.534
,,0,2020-06-05T12:03:27.444072266Z,2020-06-05T12:08:27.444072266Z,2020-06-05T12:08:00Z,hostname.ru,0.667
1 #datatype string long dateTime:RFC3339 dateTime:RFC3339 dateTime:RFC3339 string double
2 #group false false true true false true false
3 #default _result
4 result table _start _stop _time host _value
5 0 2020-06-05T12:03:27.444072266Z 2020-06-05T12:08:27.444072266Z 2020-06-05T12:06:00Z hostname.ru 8.291
6 0 2020-06-05T12:03:27.444072266Z 2020-06-05T12:08:27.444072266Z 2020-06-05T12:07:00Z hostname.ru 0.534
7 0 2020-06-05T12:03:27.444072266Z 2020-06-05T12:08:27.444072266Z 2020-06-05T12:08:00Z hostname.ru 0.667