VictoriaMetrics/app
Aliaksandr Valialkin e00cfc854d app/vmselect/promql: skip the first value in time series passed to increase() if it exceeds by more than 10x the delta between the next value and the first value
This should prvent from inflated `increase()` results for time series that start from big initial values.
Such cases may occur when a label value changes in a metric without counter reset.
2020-07-21 17:24:10 +03:00
..
victoria-metrics app/vmselect/prometheus: do not adjust last points in time series with timestamps exceeding the current time 2020-07-14 12:52:16 +03:00
vmagent app/vmagent: add -remoteWrite.proxyURL command-line option 2020-07-20 19:28:49 +03:00
vmalert lib/httpserver: log remote address in error message from httpserver.Errorf 2020-07-20 14:11:22 +03:00
vmauth lib/httpserver: log remote address in error message from httpserver.Errorf 2020-07-20 14:11:22 +03:00
vmbackup all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
vminsert lib/httpserver: log remote address in error message from httpserver.Errorf 2020-07-20 14:11:22 +03:00
vmrestore all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
vmselect app/vmselect/promql: skip the first value in time series passed to increase() if it exceeds by more than 10x the delta between the next value and the first value 2020-07-21 17:24:10 +03:00
vmstorage lib/httpserver: log remote address in error message from httpserver.Errorf 2020-07-20 14:11:22 +03:00