We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Document what happens when target has multiple addresses.
How often do we resolve? What if the IP changes? What if there's multiple addresses? Do we ping all of them, or just the first one?
The text was updated successfully, but these errors were encountered:
Currently, we resolve once on startup, and only ping one.
Sorry, something went wrong.
ok, and do we want to keep that? we should at least honor the TTL and re-resolve when it expires.
regarding pinging multiple hosts, i think it makes sense to ping all resolved hosts, and we can distinguish between them via a label.
I was working on an upstream change to the ping library to adjust the way it resolves. Still waiting for feedback.
No branches or pull requests
Document what happens when target has multiple addresses.
How often do we resolve? What if the IP changes? What if there's multiple addresses? Do we ping all of them, or just the first one?
The text was updated successfully, but these errors were encountered: