]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #8140 from rgacogne/rec-doc-special-memory-usage-excluded
authorRemi Gacogne <rgacogne@users.noreply.github.com>
Mon, 5 Aug 2019 08:22:42 +0000 (10:22 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2019 08:22:42 +0000 (10:22 +0200)
rec: Document that the special-memory-usage stat is excluded by default

pdns/recursordist/docs/settings.rst

index 6d35a259bc34847fca328881538f05584366b53d..d7c9f4ac176ed0ce32eeb3211e65d8f4aaa5a4ee 100644 (file)
@@ -1427,7 +1427,7 @@ Use 0 to disable.
 .. versionadded:: 4.2.0
 
 -  String
--  Default: "cache-bytes, packetcache-bytes, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
+-  Default: "cache-bytes, packetcache-bytes, special-memory-usage, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
 
 A list of comma-separated statistic names, that are disabled when retrieving the complete list of statistics via the API for performance reasons.
 These statistics can still be retrieved individually by specifically asking for it.
@@ -1439,7 +1439,7 @@ These statistics can still be retrieved individually by specifically asking for
 .. versionadded:: 4.2.0
 
 -  String
--  Default: "cache-bytes, packetcache-bytes, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
+-  Default: "cache-bytes, packetcache-bytes, special-memory-usage, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
 
 A list of comma-separated statistic names, that are prevented from being exported via carbon for performance reasons.
 
@@ -1450,7 +1450,7 @@ A list of comma-separated statistic names, that are prevented from being exporte
 .. versionadded:: 4.2.0
 
 -  String
--  Default: "cache-bytes, packetcache-bytes, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
+-  Default: "cache-bytes, packetcache-bytes, special-memory-usage, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
 
 A list of comma-separated statistic names, that are disabled when retrieving the complete list of statistics via `rec_control get-all`, for performance reasons.
 These statistics can still be retrieved individually.
@@ -1472,7 +1472,7 @@ Can be read out using ``rec_control top-remotes``.
 .. versionadded:: 4.2.0
 
 -  String
--  Default: "cache-bytes, packetcache-bytes, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
+-  Default: "cache-bytes, packetcache-bytes, special-memory-usage, ecs-v4-response-bits-*, ecs-v6-response-bits-*"
 
 A list of comma-separated statistic names, that are prevented from being exported via SNMP, for performance reasons.