Skip to content
New issue

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

allow to specify prometheus client listen address to support listening on ipv6 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tom-code
Copy link

Current version does not specify listen address for prometheus client.
Prometheus client listens by default on 0.0.0.0 which is ipv4 only.
This patch adds new parameter --listen-address allowing to specify alternate listen address
With this patch it is possible to specify --listen-address :: to listen on ipv6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant