VictoriaMetrics/app
Aliaksandr Valialkin bd1cf053f6 app/vmselect/promql: add increases_over_time and decreases_over_time functions
`increases_over_time(q[d])` returns the number of `q` increases during the given duration `d`.
`decreases_over_time(q[d])` returns the number of `q` decreases during the given duration `d`.
2019-09-25 20:38:51 +03:00
..
vminsert app/vminsert/netstorage: mention the data size that cannot be sent to vmstorage 2019-09-25 12:53:41 +03:00
vmselect app/vmselect/promql: add increases_over_time and decreases_over_time functions 2019-09-25 20:38:51 +03:00
vmstorage all: report the number of bytes read on io.ReadFull error 2019-09-11 14:50:24 +03:00