VictoriaMetrics/app
Roman Khavronenko 2caf0b05c6
vmalert: correctly update seriesFetched metric for const exprs (#4287)
Previously, metric `vmalert_alerting_rules_last_evaluation_series_fetched`
would be set to 0 for const expressions, because const expression do not match
any series. This may result into a confusion: no series were matched but response isn't empty.
The change updates the logic behind metric: if no series were matched but there are samples
in response - use amount of samples as number of series.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2023-05-10 15:04:05 +02:00
..
victoria-metrics lib/streamaggr: follow-up for ff72ca14b9 2023-03-31 22:30:38 -07:00
vmagent fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmalert vmalert: correctly update seriesFetched metric for const exprs (#4287) 2023-05-10 15:04:05 +02:00
vmauth fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmbackup fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmbackupmanager fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmctl fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmgateway fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vminsert fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmrestore fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmselect fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmstorage fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
vmui all: update Go builder from Go1.20.3 to Go1.20.4 2023-05-08 09:40:55 -07:00