VictoriaMetrics/app
Roman Khavronenko 2ea625d5bf
vmalert: properly cleanup stale series tracker on rules update (#2577)
Rules executor within group tracks series sent to remote write
in order to mark them as stale if they had disappeared in next
evaluation round.
The executor uses rules ID as a key to identifies series which belong to rule.
On config reload, executor remains active but the set of rules could change.
Hence, we need to properly cleanup the tracker for rules which has been disappeared
on config reload.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-05-13 16:59:16 +03:00
..
vmagent app/{vmagent,vminsert}: mention port 8089 instead of 8189 in the description for -influxListenAddr flag 2022-05-13 16:59:16 +03:00
vmalert vmalert: properly cleanup stale series tracker on rules update (#2577) 2022-05-13 16:59:16 +03:00
vmauth lib/httpserver: clarify that -tls flag enables TLS for http requests to -httpListenAddr 2022-04-16 16:59:41 +03:00
vmbackup vmbackup: Prevent save backups to the same folder where TSDB data is (#2547) 2022-05-06 18:04:58 +03:00
vmbackupmanager docs: add flags list to vmbackupmanager (#2554) 2022-05-09 15:26:24 +03:00
vmctl vmctl: make linter happy (#2578) 2022-05-13 16:59:16 +03:00
vmgateway app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vminsert app/{vmagent,vminsert}: mention port 8089 instead of 8189 in the description for -influxListenAddr flag 2022-05-13 16:59:16 +03:00
vmrestore app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vmselect app/vmselect/promql: do not return values from label_value() if the original time series has no values at the selected timestamps 2022-05-09 17:58:39 +03:00
vmstorage app/vmstorage: do not allow to set -retentionPeriod smaller than one day 2022-05-07 00:54:42 +03:00
vmui vmui: prevent reset relative time (#2543) 2022-05-05 21:21:48 +03:00