influxdb/query/functions/testdata/window_offset.influxql

2 lines
117 B
Plaintext

select mean(io_time) from testdb..diskio where time >= '2018-05-22T19:53:26Z' and time < now() group by time(1s, 2s)