VictoriaMetrics/app
Aliaksandr Valialkin 26dc21cf64 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:44 +03:00
..
victoria-metrics [tests] check timestamp in tests (#177) 2019-09-08 19:48:38 +03:00
vminsert app/vminsert/opentsdbhttp: remove FATAL prefix from logger.Fatalf errors for the sake of consistency with other logger.Fatalf calls 2019-09-19 22:15:59 +03:00
vmselect app/vmselect/promql: add increases_over_time and decreases_over_time functions 2019-09-25 20:38:44 +03:00
vmstorage app/vmstorage: add vm_concurrent_addrows_* metrics for tracking concurrency for Storage.AddRows calls 2019-08-06 15:08:33 +03:00