VictoriaMetrics/app
Aliaksandr Valialkin b1f6843bd0 app/vmselect/promql: allow setting [d] window smaller than the interval between raw points for avg_over_time
This makes `avg_over_time` behavior consistent with `sum_over_time` and `count_over_time` behaviors.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/636
2020-07-23 22:25:43 +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/vminsert: fix relabeling for metrics ingested via Influx line protocol 2020-07-23 13:23:14 +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 app/vminsert: export vm_relabel_metrics_dropped_total metric that shows the number of metrics dropped due to relabeling 2020-07-23 14:57:53 +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: allow setting [d] window smaller than the interval between raw points for avg_over_time 2020-07-23 22:25:43 +03:00
vmstorage lib/storage: respect -search.maxQueryDuration when searching for time series in inverted index 2020-07-23 21:21:42 +03:00