summaryrefslogtreecommitdiffstats
path: root/collectors/apps.plugin
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-06-22 16:08:04 -0700
committerGitHub <noreply@github.com>2020-06-22 16:08:04 -0700
commit0155d313179ee3c05adf3cd5b31b41aef0ca727d (patch)
treeaa86c5e89913b6141f9e717b8e898df176bc8394 /collectors/apps.plugin
parent3e4d81145fb1c1701ad1896b1643a7eccedaa976 (diff)
Add guide for troubleshooting with eBPF metrics (#9352)
* Init guide * Continue work * Continuing work * Finish first draft... finally * Fix broken links * Add links, copyedit pass * Fixes for Thiago * Fix typo and replace image * Add to unfinished sentence
Diffstat (limited to 'collectors/apps.plugin')
-rw-r--r--collectors/apps.plugin/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/collectors/apps.plugin/README.md b/collectors/apps.plugin/README.md
index 2cff2d12f3..ebe47fa8d6 100644
--- a/collectors/apps.plugin/README.md
+++ b/collectors/apps.plugin/README.md
@@ -160,7 +160,12 @@ There are a few command line options you can pass to `apps.plugin`. The list of
### Integration with eBPF
-If you don't see charts under the **eBPF syscall** or **eBPF net** sections, you should edit your [`ebpf.conf`](/collectors/ebpf.plugin/README.md#ebpf-programs) file to ensure the eBPF program is enabled.
+If you don't see charts under the **eBPF syscall** or **eBPF net** sections, you should edit your
+[`ebpf.conf`](/collectors/ebpf.plugin/README.md#ebpf-programs) file to ensure the eBPF program is enabled.
+
+Also see our [guide on troubleshooting apps with eBPF
+metrics](/docs/guides/troubleshoot/monitor-debug-applications-ebpf.md) for ideas on how to interpret these charts in a
+few scenarios.
## Permissions