SuperQ / smokeping_prober

Prometheus style smokeping
Apache License 2.0
554 stars 73 forks source link

Adds support for target names #135

Open adamcooke opened 7 months ago

adamcooke commented 7 months ago

There has been some discussion previously about adding custom labels to targets but this was seemingly fraught with problems and became stale. In light of that, and to avoid having to do a huge rewrite I decided to go ahead and add support for adding a simple name to each target (group).

This is then exported as target to Prometheus.

Any thoughts?