Releases: labbsr0x/bb-promster
Releases · labbsr0x/bb-promster
Fixes minor problem in prometheus reload
v0.2.3 removed special characters
Fixes bb-promster reload
v0.2.2 removing alerting part before adding
Fix prometheus self target instance label
BB Promster has been proved to be quite stable and the latest change fixes a deduplication bug when ingesting data via Remote Write to cortex.
So, I'm marking this commit as the release candidate for a version v1.0.0
v0.2.1: enables alerts on other levels
Allows alerts to be fired on BB Promster with levels other than 1.
Alerting rules template loader
To enable Pilot vs Prod comparison alert rules, BB Promster has been modified to listen for changes to specific ETCD records that tells which Application version info corresponds to Pilot and which Application version info corresponds to Prod.
Once these infos get modified, BB Promster rebuilds it's comparison rules from a template, leveraging this Pilot x Prod version info.
Initial release
v0.1.0 removed wrong instruction; added jetbrains gitignore