spring-boot/spring-boot-project/spring-boot-actuator-autoco...
Moritz Halbritter 0addec6b68 Fix bug in SslMeterBinder when binding without registered bundles
Before this commit the meter registries were derived from the created
gauges. If the SslMeterBinder has been bound to a MeterRegistry without
any bundles, then no gauges are created. If a SslBundle is then
dynamically added, onBundleChange is called with the new bundle, but the
list of meter registries is empty (because we have no gauges). The
effect is that the newly registered bundle has no metrics.

Closes gh-48180
2025-11-19 15:06:09 +01:00
..
src Fix bug in SslMeterBinder when binding without registered bundles 2025-11-19 15:06:09 +01:00
build.gradle Merge branch '3.4.x' into 3.5.x 2025-06-20 17:21:58 -07:00