VictoriaMetrics/app
Roman Khavronenko 166d444159
vmselect/rollup: rm workaround for slow-changing counters (#3163)
The workaround was introduced to fix https://github.com/VictoriaMetrics/VictoriaMetrics/issues/962.
However, it didn't prove itself useful. Instead, it is recommended using `increase_pure` function.

Removing the workaround makes VM to produce accurate results when calculating
`delta` or `increase` functions over slow-changing counters with vary intervals
between data points.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-09-26 15:33:25 +03:00
..
victoria-metrics app/victoria-metrics: replace ioutil package with os package (#2993) 2022-08-21 23:41:31 +03:00
vmagent lib/protoparser/datadog: sanitize metric names by default in the same way as DataDog does 2022-09-26 13:57:23 +03:00
vmalert docs/vmalert.md: follow-up for 0c95f928ae 2022-09-26 08:47:31 +03:00
vmauth docs/vmauth.md: update -help output after explicit marking of enterprise flags 2022-09-15 13:22:57 +03:00
vmbackup docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vmbackupmanager docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vmctl app/{vmctl,vmalert}: update progress bar library (make vendor-update) (#3138) 2022-09-21 11:08:33 +03:00
vmgateway docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vminsert app/{vmagent,vminsert}: add -usePromCompatibleNaming command-line flag for normalizing metric names and label names in the ingested samples 2022-09-26 13:11:39 +03:00
vmrestore docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vmselect vmselect/rollup: rm workaround for slow-changing counters (#3163) 2022-09-26 15:33:25 +03:00
vmstorage app/vmstorage: expose vm_{hourly,daily}_series_limit_{max,current}_series metrics if -storage.max{Hourly,Daily}Series limits are set 2022-08-24 13:44:04 +03:00
vmui vmui: fix query params saving in URL (#3104) 2022-09-13 17:05:26 +02:00