Add plug for access to cgroups

This enables `cgroups.plugin` to access unified cgroups files in
`/sys/fs/cgroup` and emit metrics for cgroups of various kinds,
including systemd services.

Note that systemd user slices (and their child slices) are disabled by
default by the plugin.
This commit is contained in:
Ralph Meijer 2024-03-20 17:03:25 +01:00
parent 96494f2ed8
commit e0731b08b7
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ apps:
daemon: simple
plugs:
- docker-support
- kubernetes-support
- login-session-observe
- mount-observe
- network-observe