summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Meijer <ralphm@ik.nu>2024-03-20 17:03:25 +0100
committerRalph Meijer <ralphm@ik.nu>2024-03-20 17:03:25 +0100
commite0731b08b760e475679ffff9dfe12d961381c5bb (patch)
treec5ac9369508b75d463e4c8e77a33b5f00729371b
parent96494f2ed8199c44f3fe11b9f79b255440c7ae2c (diff)
Add plug for access to cgroupssnap-static
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.
-rw-r--r--snap/snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 8bbafce5ea..0f95da3d3a 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -46,6 +46,7 @@ apps:
daemon: simple
plugs:
- docker-support
+ - kubernetes-support
- login-session-observe
- mount-observe
- network-observe