VictoriaMetrics/app/vmalert/config
Roman Khavronenko 1a01fe2cf2 vmalert-537: allow name duplication for rules within one group. (#559)
Uniqueness of rule is now defined by combination of its name, expression and
labels. The hash of the combination is now used as rule ID and identifies rule within the group.

Set of rules from coreos/kube-prometheus was added for testing purposes to
verify compatibility. The check also showed that `vmalert` doesn't support
`query` template function that was mentioned as limitation in README.
2020-06-18 18:54:35 +03:00
..
testdata vmalert-537: allow name duplication for rules within one group. (#559) 2020-06-18 18:54:35 +03:00
config.go vmalert-537: allow name duplication for rules within one group. (#559) 2020-06-18 18:54:35 +03:00
config_test.go vmalert-537: allow name duplication for rules within one group. (#559) 2020-06-18 18:54:35 +03:00