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

Add probe_dns_query_succeeded metric #990

Merged
merged 1 commit into from
Dec 1, 2022

Commits on Nov 26, 2022

  1. Add probe_dns_query_succeeded metric

    Currently, one may not be able to differentiate between a query refusal
    by the target and the target not responding to a query. These two cases
    can have very different ramifications.
    
    This patch adds the probe_dns_query_succeeded gauge which is 1 if and
    only if the DNS query was executed correctly, i.e., that the target
    host has sent a response, and 0 otherwise.
    
    Resolves prometheus#474
    
    Signed-off-by: Daniel Teunis <[email protected]>
    danteu committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    449e0d7 View commit details
    Browse the repository at this point in the history