v4.2.4
4.2.4 / 2025-02-02
Codename: FOSDEM 25th Anniversary Edition
Small improvements
- #316 Use binary search for histogram buckets: This change speeds up observations in histogram metrics by using a binary search rather than a sequential search through the bucket array. This is possible because we enforce that histogram buckets are sorted at initialization.