]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rename cumulative counters to be better aligned with existing names
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 16 Jun 2021 07:27:01 +0000 (09:27 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 29 Jun 2021 13:04:30 +0000 (15:04 +0200)
pdns/syncres.hh

index e9c6ee11564bc6fe72e6c954501de7b299e5fbd0..9396c315a16862bcb2121bf96b3cf7439db07a48 100644 (file)
@@ -1058,9 +1058,9 @@ struct RecursorStats
     auth4Answers("auth4answers", { 1000, 10000, 100000, 1000000 }),
     auth6Answers("auth6answers", { 1000, 10000, 100000, 1000000 }),
     ourtime("ourtime", { 1000, 2000, 4000, 8000, 16000, 32000 }),
-    cumulativeAnswers("cumulAnswers-", 10, 19),
-    cumulativeAuth4Answers("cumulAuth4Answers-", 1000, 13),
-    cumulativeAuth6Answers("cumulAuth6Answers-", 1000, 13)
+    cumulativeAnswers("cumul-answers-", 10, 19),
+    cumulativeAuth4Answers("cumul-auth4answers-", 1000, 13),
+    cumulativeAuth6Answers("cumul-auth6answers-", 1000, 13)
   {
   }
 };