VictoriaMetrics/app/vmalert/config
Roman Khavronenko d61cce06fd
vmalert: prodvide more details on duplicates (#3136)
Now vmalert will print the following messages on dupliсates:
```
"recording rule \"record\"; expr: \"up == 1\"; labels: summary={{ value|query }}" is a duplicate within the group "test"
"alerting rule \"alert\"; expr: \"up == 1\"; labels: description={{ value|query }}" is a duplicate within the group "test"
```

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3127
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-09-20 12:52:46 +02:00
..
testdata vmalert: add debug mode for alerting rules (#3055) 2022-09-13 16:25:43 +03:00
config.go vmalert: prodvide more details on duplicates (#3136) 2022-09-20 12:52:46 +02:00
config_test.go vmalert: add debug mode for alerting rules (#3055) 2022-09-13 16:25:43 +03:00
types.go vmalert: remove dependency on datasource pkg from config (#2905) 2022-07-22 10:44:55 +02:00