VictoriaMetrics/app/vmalert
Hui Wang 43887826f6
vmalert: drop duplicate labels when they appear in both the recording… ()
… rule label spec and the expression result

address https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8954

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit 60322ed491)
2025-05-16 13:48:28 +02:00
..
config app/vmalert: add debug to rule.Group () 2025-05-01 20:26:15 +02:00
datasource app/vmalert: show partial responses in debug logs () 2025-04-03 09:42:39 +01:00
deployment all: suppress InvalidDefaultArgInFrom warning emitted by docker build when building Docker packages via make package-* command 2024-09-03 14:05:43 +02:00
multiarch packaging/fips: add binaries build in FIPS mode 2025-05-06 17:24:07 +02:00
notifier app/vmalert: add .Type or $type template variables () 2025-05-08 14:20:43 +02:00
remoteread lib/httputil: automatically initialize data transfer metrics for the created HTTP transports via NewTransport() 2025-03-27 15:22:15 +01:00
remotewrite app/vmalert/remotewrite: rm noisy shutdown logs 2025-04-22 12:00:04 +03:00
rule vmalert: drop duplicate labels when they appear in both the recording… () 2025-05-16 13:48:28 +02:00
static app/vmalert: follow-up for https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8750 () 2025-05-05 15:57:10 +02:00
templates lib/promutils: move time-related funcs from promutils to timeutil () 2025-03-03 10:28:07 +01:00
tpl app/vmalert: follow-up for https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8750 () 2025-05-05 15:57:10 +02:00
vmalertutil app/vmalert: upgraded bootstrap, removed jquery, fixed collapse issues () 2025-04-29 12:03:02 +02:00
main.go lib/httpserver: move ServeWithOpts to Serve 2025-05-06 18:05:55 +02:00
main_test.go app/vmalert: properly register group and rules metrics 2025-03-19 14:04:49 +01:00
Makefile app/vmalert: upgraded bootstrap, removed jquery, fixed collapse issues () 2025-04-29 12:03:02 +02:00
manager.go app/vmalert: properly register group and rules metrics 2025-03-19 14:04:49 +01:00
manager_test.go app/vmalert: fix possible data race on group checksum 2025-03-19 14:04:48 +01:00
README.md all: fix broken links to *.md files inside docs package after the commit f152021521 2025-04-27 17:51:24 +02:00
replay.go app/vmalert: replace backticks with single quotes in flag description 2025-05-01 13:14:03 +02:00
replay_test.go lib: rename lib/promutils to lib/promutil for the sake of consistency for *util package naming 2025-03-26 17:33:13 +01:00
web.go vmalert: Add link to UI on welcome page. () 2025-05-09 09:31:01 +02:00
web.qtpl app/vmalert: follow-up for https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8750 () 2025-05-05 15:57:10 +02:00
web.qtpl.go app/vmalert: follow-up for https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8750 () 2025-05-05 15:57:10 +02:00
web_test.go app/vmalert: fix possible data race on group checksum 2025-03-19 14:04:48 +01:00
web_types.go app/vmalert: upgraded bootstrap, removed jquery, fixed collapse issues () 2025-04-29 12:03:02 +02:00
web_types_test.go app/vmalert: upgraded bootstrap, removed jquery, fixed collapse issues () 2025-04-29 12:03:02 +02:00

See vmalert docs here.

vmalert docs can be edited at docs/vmalert.md.