SIGN IN SIGN UP

Fix missing f-prefix in exponential histogram max_size error messages (#5434)

* Fix missing f-prefix in exponential histogram max_size error messages

The continuation strings of the two ValueError messages in
_ExponentialBucketHistogramAggregation lacked the f prefix, so the
literal text {self._min_max_size} / {self._max_max_size} was printed
instead of the actual limits (2 / 16384).

* Add changelog fragment

---------

Co-authored-by: Emídio <9735060+emdneto@users.noreply.github.com>
Y
Y-C committed
d585f6d79489cf64f7e822f5fe084b801f54dc8d
Parent: 684b19d
Committed by GitHub <noreply@github.com> on 7/23/2026, 9:56:52 PM