From d85054395c9590321b36aaf8dadb90842692ffef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Tue, 22 Aug 2023 12:24:46 +0200 Subject: [PATCH] fix: Add missing entries to template config file Fixes #600 --- src/config/production_template.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/production_template.yaml b/src/config/production_template.yaml index 07d53d73..18b81b70 100644 --- a/src/config/production_template.yaml +++ b/src/config/production_template.yaml @@ -261,6 +261,13 @@ Butler-SOS: apps: docCount: enable: true + # Use with caution! Enabling activeDocs, loadedDocs or inMemoryDocs may result in lots of data sent to New Relic. + activeDocs: # Should data on what docs are active in engine be sent to New Relic (true/false)? + enable: true + loadedDocs: # Should data on what docs are loaded (=having open sessions or connections) in engine be sent to New Relic (true/false)? + enable: true + inMemoryDocs: # Should data on what docs are in engine memory be sent to New Relic (true/false)? + enable: true cache: cache: # Cache metrics. enable: true