Currently we have an issue that the PrometheusRSocketClientAutoConfiguration does not initialize the PrometheusRSocketClient when the lazy-initialization is set to true.
I guess this is because PrometheusRSocketClient is not required anywhere due to autowiring.
Suggestion would be to add @Lazy(false) and test if this is working in this case.
@onobc / @jonatan-ivanov WDYT?
Currently we have an issue that the
PrometheusRSocketClientAutoConfigurationdoes not initialize thePrometheusRSocketClientwhen thelazy-initializationis set totrue.I guess this is because
PrometheusRSocketClientis not required anywhere due to autowiring.Suggestion would be to add
@Lazy(false)and test if this is working in this case.@onobc / @jonatan-ivanov WDYT?