summaryrefslogtreecommitdiff
path: root/src/metrics.c
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-09-15 22:06:39 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2022-09-15 22:06:39 +0100
commit7a74037267c481d6dddda8b6aa214763ec2c3475 (patch)
tree9c2933777601327c6b5b95e74b0191127b376f82 /src/metrics.c
parent9a9f6e147cb5489faeb3ea220ab08cf81be7b72c (diff)
downloaddnsmasq-7a74037267c481d6dddda8b6aa214763ec2c3475.tar.gz
Add metric for queries which never see an answer.
Diffstat (limited to 'src/metrics.c')
-rw-r--r--src/metrics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/metrics.c b/src/metrics.c
index eeea074..68fe7c6 100644
--- a/src/metrics.c
+++ b/src/metrics.c
@@ -23,6 +23,7 @@ const char * metric_names[] = {
"dns_auth_answered",
"dns_local_answered",
"dns_stale_answered",
+ "dns_unanswered",
"bootp",
"pxe",
"dhcp_ack",