It may be common for service operators to try to tune the histogram buckets by trying it out in practice.
It may be nice to allow configuring this by SWIFT_PROMETHEUS_DEFAULT_HISTOGRAMS=0.1,0.2,0.5,.75,0.9 that would configure the bucket size unless they are configured explicitly in code.
It may be common for service operators to try to tune the histogram buckets by trying it out in practice.
It may be nice to allow configuring this by
SWIFT_PROMETHEUS_DEFAULT_HISTOGRAMS=0.1,0.2,0.5,.75,0.9that would configure the bucket size unless they are configured explicitly in code.