czerwonk / ping_exporter

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

chore(helm/servicemonitor): modify servicemonitor to make relabelings flexible #122

Open daveoy opened 1 week ago

daveoy commented 1 week ago

this update exposes the relabelings field for targets to values.yaml and sets defaults as they are set in the template on main.

this allows users to either use the defaults as the original template author intended, or update the relabelings to fit their environment.

would appreciate this and #121 being merged before anyone takes action on #119 if possible