elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Generalize configuration #101

Closed Grissess closed 1 year ago

Grissess commented 1 year ago

Instead of specifying prometheus_job resources, prometheus_config resources can be specified directly. The prometheus_job still lowers to a prometheus_config resource for backward-compatibility.

These changes are presently untested.

Grissess commented 1 year ago

Ooop, let me draft this for internal code review first; sorry, elijah! This might come back if it proves useful.