summaryrefslogtreecommitdiffstats
path: root/collectors/apps.plugin
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-06-05 04:28:03 +0000
committerGitHub <noreply@github.com>2020-06-05 04:28:03 +0000
commit5776deefc2ab4a9c0c47c9ccb78d75d50187f3ab (patch)
tree8918952ef607c151fcfe43e3395241dd8477a796 /collectors/apps.plugin
parent253b2f6a13f0774dd6a07e9421d6498bf6e3e97f (diff)
Update apps.plugin documentation and dashboard.info (#9199)
Documentation for new eBPF charts.
Diffstat (limited to 'collectors/apps.plugin')
-rw-r--r--collectors/apps.plugin/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/collectors/apps.plugin/README.md b/collectors/apps.plugin/README.md
index b85a6da766..2cff2d12f3 100644
--- a/collectors/apps.plugin/README.md
+++ b/collectors/apps.plugin/README.md
@@ -64,7 +64,10 @@ Each of these sections provides the same number of charts:
- Major Page Faults (i.e. swap activity)
- Network
- Sockets Open
-
+
+In addition, if the [eBPF collector](/collectors/ebpf.plugin/README.md) is running, your dashboard will also show
+an additional [list](/collectors/ebpf.plugin/README.md#integration-with-appsplugin) of charts using low-level Linux metrics.
+
The above are reported:
- For **Applications** per target configured.
@@ -155,6 +158,10 @@ There are a few command line options you can pass to `apps.plugin`. The list of
command options = without-users without-groups
```
+### 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.
+
## Permissions
`apps.plugin` requires additional privileges to collect all the information it needs.