We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9445ad + 06cf08d commit ba40696Copy full SHA for ba40696
pkg/metrics/lbc/instruments.go
@@ -29,6 +29,7 @@ func newInstruments(registerer prometheus.Registerer) *instruments {
29
Subsystem: metricSubsystem,
30
Name: MetricPodReadinessGateReady,
31
Help: "Latency from pod getting added to the load balancer until the readiness gate is flipped to healthy.",
32
+ Buckets: []float64{10, 30, 60, 120, 180, 240, 300, 360, 420, 480, 540, 600},
33
}, []string{labelNamespace, labelName})
34
35
registerer.MustRegister(podReadinessFlipSeconds)
0 commit comments