From 00722100508dea23f74fd400a49ffc11d8ed177f Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko <ilya@netdata.cloud> Date: Mon, 19 Aug 2024 21:33:30 +0300 Subject: [PATCH] go.d docs: add a note that debug mode not supported for Dyncfg jobs (#18379) --- integrations/templates/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integrations/templates/troubleshooting.md b/integrations/templates/troubleshooting.md index cca7ed61a7..2176dd0101 100644 --- a/integrations/templates/troubleshooting.md +++ b/integrations/templates/troubleshooting.md @@ -4,6 +4,10 @@ ### Debug Mode +[% if entry.meta.plugin_name == 'go.d.plugin' %] +**Important**: Debug mode is not supported for data collection jobs created via the UI using the Dyncfg feature. +[% endif %] + To troubleshoot issues with the `[[ entry.meta.module_name ]]` collector, run the `[[ entry.meta.plugin_name ]]` with the debug option enabled. The output should give you clues as to why the collector isn't working.