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
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.