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
For scenarios where metrics take a long time to retrieve/timeout, we are dependent on the operating system to timeout the socket, resulting in collections getting "stuck"
Add a method to HTTPServer.Builder to configure the underline socket timeout for the HTTPServer. Once added, we can expose configuration in the Prometheus JMX Exporter to configure the value.
The text was updated successfully, but these errors were encountered:
Issue
For scenarios where metrics take a long time to retrieve/timeout, we are dependent on the operating system to timeout the socket, resulting in collections getting "stuck"
prometheus/jmx_exporter#911
Proposal
Add a method to
HTTPServer.Builder
to configure the underline socket timeout for theHTTPServer
. Once added, we can expose configuration in the Prometheus JMX Exporter to configure the value.The text was updated successfully, but these errors were encountered: