From 2df2008663340996214e834fa585c1a7cf050d65 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 23 Oct 2017 13:01:14 +0200 Subject: [PATCH] add annotation to documentation, fix unrelated RST-warning --- pdns/recursordist/docs/metrics.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/metrics.rst b/pdns/recursordist/docs/metrics.rst index 9eb408b22..85100ea8f 100644 --- a/pdns/recursordist/docs/metrics.rst +++ b/pdns/recursordist/docs/metrics.rst @@ -253,7 +253,7 @@ max-cache-entries currently configured maximum number of cache entries max-packetcache-entries -^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^ currently configured maximum number of packet cache entries max-mthread-stack @@ -442,6 +442,8 @@ number of CPU milliseconds spent in 'user' mode x-our-latency ^^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. PowerDNS measures per query how much time has been spent waiting on authoritative servers. In addition, the Recursor measures the total amount of time needed to answer a question. The difference between these two durations is a measure of how much time was spent within PowerDNS. This metric is the average @@ -449,35 +451,49 @@ of that difference, in microseconds. Since 4.1. x-ourtime0-1 ^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where between 0 and 1 milliseconds was spent within the Recursor. Since 4.1. x-ourtime1-2 ^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where between 1 and 2 milliseconds was spent within the Recursor. Since 4.1. x-ourtime2-4 ^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where between 2 and 4 milliseconds was spent within the Recursor. Since 4.1. x-ourtime4-8 ^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where between 4 and 8 milliseconds was spent within the Recursor. Since 4.1. x-ourtime8-16 ^^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where between 8 and 16 milliseconds was spent within the Recursor. Since 4.1. x-ourtime16-32 ^^^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where between 16 and 32 milliseconds was spent within the Recursor. Since 4.1. x-ourtime-slow ^^^^^^^^^^^^^^ +.. versionadded:: 4.1 + New metric, which is not yet proven to be reliable. See x-our-latency for further details. Counts responses where more than 32 milliseconds was spent within the Recursor. Since 4.1. -- 2.40.0