Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upHandle IPv6 DNS server addresses / get rid of error logging #377
Comments
juliusv
self-assigned this
Mar 9, 2014
juliusv
closed this
in
84df022
Mar 10, 2014
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 25, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 25, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
juliusv commentedFeb 3, 2014
Currently, when resolv.conf contains an IPv6 DNS server before an IPv4 server entry, like:
...Prometheus tries to resolve SD names via this server, but fails to parse the IPv6 address and logs:
This is adding unnecessary noise to the logs and should be fixed (either parsing correctly, skipping IPv6 entries, or removing the logging in this case).