VictoriaMetrics/app/vmalert/config
Roman Khavronenko 74e81d31a7
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-21 11:11:40 +03:00
..
testdata vmalert: add debug mode for alerting rules (#3055) 2022-09-13 16:36:30 +03:00
config.go vmalert: prodvide more details on duplicates (#3136) 2022-09-21 11:11:40 +03:00
config_test.go vmalert: add debug mode for alerting rules (#3055) 2022-09-13 16:36:30 +03:00
types.go vmalert: remove dependency on datasource pkg from config (#2905) 2022-07-22 13:38:25 +03:00