mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Update `OnlyOnceLoggingDenyMeterFilter` to directly implement the maximum number of allowable tag values. With this change in place we can remove calls to `MeterFilter.maximumAllowableTags`. This also allows `MeterRegistryPostProcessor` to have a stronger signal about the filters that it should also apply to the `AutoConfiguredCompositeMeterRegistry` since it can now do a standard `instanceof` check. Fixes gh-47285