VictoriaMetrics/app
Roman Khavronenko 6365d97aee
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 13:01:03 -07:00
..
vmagent fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmalert vmalert: correctly update seriesFetched metric for const exprs (#4287) 2023-05-10 13:01:03 -07:00
vmauth fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmbackup fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmbackupmanager fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmctl fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmgateway fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vminsert fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmrestore fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmselect fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vmstorage lib/storage: replace OpenStorage() with MustOpenStorage() 2023-04-14 23:04:42 -07:00
vmui all: update Go builder from Go1.20.3 to Go1.20.4 2023-05-09 22:31:08 -07:00