Skip to content

Releases: Nordstrom/prometheusRuleLoader

v5.1

11 Dec 20:28
a8b506b
Compare
Choose a tag to compare

Fixes a bug that would cause the config not to be rebuilt if a configmap was simply deleted.

v5.0: Merge pull request #14 from Nordstrom/v3

28 Oct 14:35
66f25f1
Compare
Choose a tag to compare
New 5.0 version, no breaking changes. Some work to reduce churn, added an event recorder, configmaps will get events if keys are successfully loaded or not. Brought up to spec with the current kubernetes sample controller. If it finds two RuleGroup(s) with the same name it will automatically salt the name of the duplicate in the final configmap.

Allow flexitiblity in configmap value rule format.

28 Oct 14:36
65e25fb
Compare
Choose a tag to compare

Allows for configmap rules to be in the form of []Rules, RuleGroup, or RuleGroups as detailed in github.com/prometheus/prometheus/pkg/rulefmt