From: Otto Moerbeek Date: Wed, 2 Nov 2022 14:56:17 +0000 (+0100) Subject: Clarify Prometheus names X-Git-Tag: dnsdist-1.8.0-rc1~244^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6797befcdb8b9287ac87dacc796282920e7001;p=thirdparty%2Fpdns.git Clarify Prometheus names --- diff --git a/pdns/recursordist/docs/metrics.rst b/pdns/recursordist/docs/metrics.rst index 53309868b8..1d8aaddfd5 100644 --- a/pdns/recursordist/docs/metrics.rst +++ b/pdns/recursordist/docs/metrics.rst @@ -236,6 +236,7 @@ auth-xxx-answers ^^^^^^^^^^^^^^^^ where ``xxx`` is an rcode name (``noerror``, ``formerr``, ``servfail``, ``nxdomain``, ``notimp``, ``refused``, ``yxdomain``, ``yxrrset``, ``nxrrset``, ``notauth``, ``rcode10``, ``rcode11``, ``rcode2``, ``rcode13``, ``rcode14``, ``rcode15``). Counts the rcodes returned by authoritative servers. +The corresponding Prometheus metrics consis of multiple entries of the form ``pdns_recursor_auth_rcode_answers{rcode="xxx"}``. auth-zone-queries