voxpupuli / puppet-prometheus

Puppet module for prometheus
https://forge.puppet.com/puppet/prometheus
Apache License 2.0
60 stars 237 forks source link

support the new scrape_config_files option, prom ~v2.45 #782

Open lukebigum opened 2 weeks ago

lukebigum commented 2 weeks ago

Pull Request (PR) description

Adds some config to support loading scrape configs from disk, rather than be included in the main prometheus.yml file. This option came in at about Prom version 2.45 IIRC. Since it's so new, took steps to try make it not appear anywhere unless it was requested (it'll make old Prom fail to load).

Happy to take some direction on how to test it better.

TheMeier commented 1 week ago

@lukebigum please update the REFERENCE.md (see https://voxpupuli.org/docs/how_to_run_tests/#referencemd-update)