czerwonk / ping_exporter

Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping
MIT License
524 stars 115 forks source link

Implement hot reloading of configuration file for changed list of targets #106

Closed hikhvar closed 7 months ago

hikhvar commented 7 months ago

The list of targets will be changed without restarting the exporter. This will not erase the history data of other ping targets, but enables the user to have a dynamic set of targets.

czerwonk commented 7 months ago

Thanks for your contribution :+1: