Closed
Description
Currently PrometheusRSocketClient
is timing out very often when trying to connect to the proxy-server.
It would be great to make the Duration of connectBlockingly(Duration timeout)
configurable.
This would also affect prometheus-rsocket-spring
properties, so that you can add a specific property to your application.yml
This might also relate to pushAndCloseBlockingly(Duration timeout);