You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposed metrics are filtered according to defined MeterRegistryCustomizer.
Actual Behavior
io.temporal.spring.boot.autoconfigure.NonRootNamespaceAutoConfiguration#nonRootBeanPostProcessor causes early initialization of MeterRegistry (through io.temporal.spring.boot.autoconfigure.MetricsScopeAutoConfiguration#scope), even before org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryPostProcessor is ready. This makes
any MeterRegistryCustomizer effectively ignored.