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

Fix IPv6 interpolation for Prometheus sizer #97

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

Fix IPv6 interpolation for Prometheus sizer #97

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 23, 2018

In the Prometheus sizer, the url is interpolated with the hostname,
which can be an ipv6 address and must be wrapped in brackets to separate
it from the port number. This commit checks if the hostname contains 2
or more colons and adds brackets if they don't already exist.

Fixes #96.

In the Prometheus sizer, the url is interpolated with the hostname,
which can be an ipv6 address and must be wrapped in brackets to separate
it from the port number. This commit checks if the hostname contains 2
or more colons and adds brackets if they don't already exist.

Fixes #96.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0003%) to 99.515% when pulling 0bc2f81 on yfronto:master into 0d98bbe on linkedin:master.

@ghost
Copy link
Author

ghost commented Sep 14, 2018

Hey @toddpalino any suggestions on this PR?

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.

2 participants