From b616b8f95ba566a8fef761213bf5fd73c492c720 Mon Sep 17 00:00:00 2001 From: appliedprivacy <33653399+appliedprivacy@users.noreply.github.com> Date: Mon, 25 Oct 2021 09:19:36 +0000 Subject: [PATCH] rationale why packetcache-bytes is disabled by default Co-authored-by: Remi Gacogne --- pdns/recursordist/docs/metrics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/recursordist/docs/metrics.rst b/pdns/recursordist/docs/metrics.rst index 4eda046104..61e55fee88 100644 --- a/pdns/recursordist/docs/metrics.rst +++ b/pdns/recursordist/docs/metrics.rst @@ -574,6 +574,7 @@ questions dropped because over maximum concurrent query limit (since 3.2) packetcache-bytes ^^^^^^^^^^^^^^^^^ size of the packet cache in bytes (since 3.3.1) (disabled by default, see :ref:`setting-stats-rec-control-disabled-list`) +This metric is a rough estimate and takes a long time to compute, and is therefore not enabled in default outputs. packetcache-entries ^^^^^^^^^^^^^^^^^^^ -- 2.47.2