linkerd2/pkg/prometheus
Oliver Gould 7e5943a294
chore(controller): tune grpc handling time histogram buckets (#14130)
The default histogram buckets for gRPC handling time are tuned for short-lived
requests. Our controllers tend to serve long-lived response streams, which are
counted at the maximum bucket.

This change adjusts the histogram buckets to better reflect the characteristics
of our response streams, which have a default 5m idle timeout and 1h max
lifetime.
2025-06-13 18:28:12 -07:00
..
prometheus.go chore(controller): tune grpc handling time histogram buckets (#14130) 2025-06-13 18:28:12 -07:00
test_helper.go build(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (#12989) 2024-09-02 17:20:10 -05:00