Service graphs

daily graph weekly graph
monthly graph yearly graph

Graph Information

Field Internal name Type Warn Crit Info
auth_answer query_auth_answer derive     Queries which resulted in authoritative answer.
duplicates query_duplicates derive     Queries which the server attempted to recurse but discovered an existing query with the same IP address, port, query ID, name, type and class already being processed.
failure query_failure derive     Other query failures. This corresponds to the failure counter of previous versions of BIND 9. Note: this counter is provided mainly for backward compatibility with the previous versions. Normally more fine-grained counters such as the various reject counters that would fall under this counter are provided, and this counter is not of much interest in practice.
nonauth_answer query_nonauth_answer derive     Queries which resulted in non-authoritative answer.
nxdomain query_nxdomain derive     Queries which resulted in NXDOMAIN.
nxrrset query_nxrrset derive     Queries which resulted in NOERROR responses with no data.
recursion query_recursion derive     Queries which caused the server to perform recursion in order to find the final answer.
rejections_recursive query_rejections derive     Recursive queries rejected.
rejections_auth query_rejections_auth derive     Authoritative (non-recursive) queries rejected.
rejections_transfers query_rejections_transfers derive     Zone transfer requests rejected.
rejections_update query_rejections_update derive     Dynamic update requests rejected.
requests query_requests derive     Requests received. Note: also counts non-queries like UPDATE and TRANSFER.
responses query_responses derive     Responses sent.
rrl_dropped query_rrl_dropped derive     Responses dropped (not sent) due to response rate limits.
rrl_truncated query_rrl_truncated derive     Responses truncated due to response rate limits.
servfail query_servfail derive     Queries which resulted in SERVFAIL.
success query_success derive     Queries which resulted in a successful answer. This means a query thich returns a NOERROR response with at least one answer RR.
transfers query_transfers derive     Requested zone transfers completed.