influxdb/query/functions/testdata/increase.flux

5 lines
77 B
Plaintext

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