Commit 7460630
authored
Use more granular latency buckets for spring commands (beyond-all-reason#907)
Bucket sizes are most often subsequent powers of some base number,
depending on required granularity in 1.2-4 range. Current buckets
have some large gaps at the low end, then switch to someting like
2x and then I think 1000 is too little.
In this change I'm using fibonacci numbers which is roughly ~1.6
base and have an overall nice progression.
For the latency range we are interested in it's still only 18
buckets, so it's totally fine from cardinality perspective, we can
even push it further if needed.1 parent 8a328a3 commit 7460630
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments