From ee10f6fce9b9d888f2eac2fb51608c57b48676c7 Mon Sep 17 00:00:00 2001 From: Jacob Bunk Nielsen Date: Fri, 30 Jun 2023 13:28:34 +0200 Subject: [PATCH] Document the StatNodeStats.hits attribute. --- pdns/dnsdistdist/docs/reference/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 03fb56b382..e8d2e027e9 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1661,6 +1661,10 @@ StatNode The number of No Error answers returned for that node. + .. attribute:: StatNodeStats.hits + + The number of cache hits for that node. + .. attribute:: StatNodeStats.nxdomains The number of NXDomain answers returned for that node. -- 2.47.2