SuperQ / smokeping_prober

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

Feature request: - Different bucket size for different hosts / hostgroups #134

Closed Nachtfalkeaw closed 7 months ago

Nachtfalkeaw commented 7 months ago

Hello,

I use smoke_ping to probe several different destinations. Some are reachable with low response times and others in general have higher response times.

It would be nice to have the possibility to define different buckets sizes for different hosts or groups of hosts - similar to to interval, packet size and so on.

This would allow me to group hosts with similar expected latencies and define fine grained buckets so that it is possible differentiate the different pings easily but not to use too many buckts which need to scale on the Y-axis.

SuperQ commented 7 months ago

This is not possible due to the way metrics collection works.

You're better off switching collection to native histograms.