From 5801b55c1aa3ea711c9411c8454fb30ca00406b0 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 29 Jul 2019 17:59:37 +0200 Subject: [PATCH] rec: Document that the special-memory-usage stat is excluded by default --- pdns/recursordist/docs/settings.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index e76d0e7c2d..68f4e96146 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -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. -- 2.39.2