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
metrics-exporter-prometheus: Add API to initialize HTTP listener from TCP listener
This commit adds a new API to the `PrometheusBuilder` that allows users to provide their own configured TCP listener.
The use case is to enable users to configure the TCP listener before passing it to the exporter - for example, to set socket options or
bind to port 0 and retrieve the port number assigned by the OS.
Signed-off-by: Michel Heily <[email protected]>
0 commit comments