czerwonk / ping_exporter

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

Hot reload does not reload labels #111

Closed evevseev closed 5 months ago

evevseev commented 5 months ago

Implementation of hot reload (#106) does not reload (create, delete, or edit) custom labels of targets specified in configuration file. Issue is that custom labels are only configured during initialization of NewPingCollector.