go.d docs: add a note that debug mode not supported for Dyncfg jobs (#18379)
Ilya Mashchenko committed
Aug 19, 2024 at 21:33 UTC
00722100508dea23f74fd400a49ffc11d8ed177f
1 file changed
+4
integrations/templates/troubleshooting.md
+4
@@ -4,6 +4,10 @@
4
5
### Debug Mode
6
7
+[% if entry.meta.plugin_name == 'go.d.plugin' %]
8
+**Important**: Debug mode is not supported for data collection jobs created via the UI using the Dyncfg feature.
9
+[% endif %]
10
+
11
To troubleshoot issues with the `[[ entry.meta.module_name ]]` collector, run the `[[ entry.meta.plugin_name ]]` with the debug option enabled. The output
12
should give you clues as to why the collector isn't working.
13