We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently PrometheusRSocketClient is timing out very often when trying to connect to the proxy-server.
PrometheusRSocketClient
It would be great to make the Duration of connectBlockingly(Duration timeout) configurable.
connectBlockingly(Duration timeout)
This would also affect prometheus-rsocket-spring properties, so that you can add a specific property to your application.yml
prometheus-rsocket-spring
application.yml
See: https://github.com/micrometer-metrics/prometheus-rsocket-proxy/blob/main/client/src/main/java/io/micrometer/prometheus/rsocket/PrometheusRSocketClient.java#L304
This might also relate to pushAndCloseBlockingly(Duration timeout);
pushAndCloseBlockingly(Duration timeout);
The text was updated successfully, but these errors were encountered:
Sounds reasonable to me. Would you be willing to submit a pull request for this?
Sorry, something went wrong.
Yes I can provide a PR. 😀
PR is provided. 👍
Successfully merging a pull request may close this issue.
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 yourapplication.yml
See: https://github.com/micrometer-metrics/prometheus-rsocket-proxy/blob/main/client/src/main/java/io/micrometer/prometheus/rsocket/PrometheusRSocketClient.java#L304
This might also relate to
pushAndCloseBlockingly(Duration timeout);
The text was updated successfully, but these errors were encountered: