Add metric for queries which never see an answer.

This commit is contained in:
Simon Kelley
2022-09-15 22:06:39 +01:00
parent 9a9f6e147c
commit 7a74037267
3 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ enum {
METRIC_DNS_AUTH_ANSWERED,
METRIC_DNS_LOCAL_ANSWERED,
METRIC_DNS_STALE_ANSWERED,
METRIC_DNS_UNANSWERED_QUERY,
METRIC_BOOTP,
METRIC_PXE,
METRIC_DHCPACK,