]> granicus.if.org Git - pdns/commitdiff
add annotation to documentation, fix unrelated RST-warning
authorbert hubert <bert.hubert@powerdns.com>
Mon, 23 Oct 2017 11:01:14 +0000 (13:01 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Mon, 23 Oct 2017 11:01:14 +0000 (13:01 +0200)
pdns/recursordist/docs/metrics.rst

index 9eb408b22b0d2ebabefc0f00bde53976fe1b2726..85100ea8f922f3a6b44f99841c02521483f17fe4 100644 (file)
@@ -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.