]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DNSSEC sign metrics: CHANGES, doc, release note
authorMatthijs Mekking <matthijs@isc.org>
Fri, 21 Jun 2019 09:11:25 +0000 (11:11 +0200)
committerMatthijs Mekking <github@pletterpet.nl>
Tue, 25 Jun 2019 09:40:36 +0000 (11:40 +0200)
Add some information about the new statistic-channel DNS sign
metrics. Also add a CHANGES and release note entry.

CHANGES
doc/arm/Bv9ARM-book.xml
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index e85adfb68e1eaadbf20cf863a7850213ab36386e..9435f6ee9408d1e4fabe4be887ee8a9b9ef05931 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5254.  [func]          Collect metrics to report to the statistics-channel
+                       DNSSEC signing operations (dnssec-sign) and refresh
+                       operations (dnssec-refresh) per zone and per keytag.
+                       [GL #513]
+
 5253.  [port]          Support platforms that don't define ULLONG_MAX.
                        [GL #1098]
 
index 4a27aa80244f8712167d6274431b8259fde93388..77b8adde7817ed6e9b3d222d4b4adf4ba18d9bc1 100644 (file)
@@ -5425,6 +5425,8 @@ options {
                <command>zone-statistics terse</command> or
                <command>zone-statistics none</command>
                in the <command>zone</command> statement).
+               These include, for example, DNSSEC signing operations
+               and the number of authoritative answers per query type.
                The default is <userinput>terse</userinput>, providing
                minimal statistics on zones (including name and
                current serial number, but not query type
index c51873b8fc54b859236b38f35e8071e4c55eae8b..275e6489d50f896c118ad61521e90d5be070feec 100644 (file)
          [GL #865]
         </para>
       </listitem>
+      <listitem>
+       <para>
+         Two new metrics have been added to the
+         <command>statistics-channel</command> to report DNSSEC
+         signing operations.  For each key in each zone, the
+         <command>dnssec-sign</command> counter indicates the total
+         number of signatures <command>named</command> has generated
+         using that key since server startup, and the
+         <command>dnssec-refresh</command> counter indicates how
+         many of those signatures were refreshed during zone
+         maintenance, as opposed to having been generated
+         as a result of a zone update.  [GL #513]
+       </para>
+      </listitem>
     </itemizedlist>
   </section>