influxdb/query/functions/testdata/window.influxql

2 lines
113 B
Plaintext

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