See #32844
The MeterRegistryCustomizer isn't getting created when the dependent ApplicationTags bean is instantiated from a properties file.
It works if an ApplicationTags bean is created via code.
This is probably an ordering issue, where WavefrontTracingAutoConfiguration runs after WavefrontMetricsAutoConfiguration.
See #32844
The MeterRegistryCustomizer isn't getting created when the dependent ApplicationTags bean is instantiated from a properties file.
It works if an
ApplicationTagsbean is created via code.This is probably an ordering issue, where
WavefrontTracingAutoConfigurationruns afterWavefrontMetricsAutoConfiguration.