Commit 16b693c
committed
fix(supervisor): resolve dequeue latency quantiles around the 10s long-poll boundary
The server parks empty dequeues on a ~10s blocking pop, so nearly all
observations land just above 10s. With only a 10s and a 30s bucket,
histogram_quantile interpolated p95/p99 to ~28-30s while the true
latency was ~10-11s. Add 11/12.5/15/20s buckets so quantiles read
accurately where the distribution actually sits.1 parent e2e9ee0 commit 16b693c
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
0 commit comments