wildMythicWest

Results 4 comments of wildMythicWest

We have a usecase at [Omnissa](https://www.omnissa.com/) where we are integrating with [Conductor](https://github.com/conductor-oss/conductor) Conductor is using spectator library to report metrics. In our infra we are using micrometer with configuration for...

Now that you mention it. The config is applied on AfterPropertiesSet, Maybe if I change this the message will dissapear. I will check.

@jonatan-ivanov I moved the Spectator-to-micrometer bridge to the bean initialization phase, but the warning is still here. Here is the setup code: ```java @Configuration public class MicrometerConfig { private final...