mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
Previously, if rule label value was set to empty string, vmalert ignored this label during labels merge with labels from data source response. In contrast, Prometheus removes data source label in this case as well. Which allows to perform label delete operation. This commit uses the same logic as Prometheus for resolving labels conflicts and allows to remove labels. fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10766