open-fresh / bomb-squad

Automatic detection and silencing of high cardinality series in Prometheus.
Apache License 2.0
139 stars 12 forks source link

Config persistence should be generalized #14

Open cboggs opened 6 years ago

cboggs commented 6 years ago

All configuration loading and persistence is currently focused entirely on Kubernetes deployments (ConfigMaps all the way down). This is great for a certain chunk of Prometheus users, but... suboptimal, we'll say... for others.

Config loading / persistence should be abstracted away behind an interface to allow varying implementations for alternate orchestration schemes and bare metal deployments.