From: Otto Date: Wed, 16 Jun 2021 07:27:01 +0000 (+0200) Subject: rename cumulative counters to be better aligned with existing names X-Git-Tag: dnsdist-1.7.0-alpha1~116^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af91764f821d2d2d3e98f77c49ee765bb21bd83;p=thirdparty%2Fpdns.git rename cumulative counters to be better aligned with existing names --- diff --git a/pdns/syncres.hh b/pdns/syncres.hh index e9c6ee1156..9396c315a1 100644 --- a/pdns/syncres.hh +++ b/pdns/syncres.hh @@ -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) { } };