VictoriaMetrics/app/vmalert/config
Roman Khavronenko 0e35fc9538
app/vmalert: remove unnecessary omitempty tag for interval param (#1649)
`omitempty` tag resulted into skipping this param on marshaling,
which was used as a checksum for groups configuration. Since on
config reload checksums are compared before applying changes,
any change to `interval` only didn't trigger config reload.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1641
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2021-09-23 17:55:59 +03:00
..
testdata adds external_labels per group for vmalert (#1485) 2021-08-31 14:52:34 +03:00
config.go app/vmalert: remove unnecessary omitempty tag for interval param (#1649) 2021-09-23 17:55:59 +03:00
config_test.go app/vmalert: remove unnecessary omitempty tag for interval param (#1649) 2021-09-23 17:55:59 +03:00