influxdb/query/functions/testdata/increase.flux

5 lines
81 B
Plaintext

from(bucket: "test")
|> range(start:2018-05-22T19:53:26Z)
|> increase()