Browse Source

Don't collect metrics from overlay filesystems

This is typically used to mount Docker containers but it generates too
many volatile metrics which aren't useful.

Change-Id: I00117895570515b2c8f9690542e83061309464c3
pull/117/head
Simon Pasquier 7 years ago
parent
commit
05a8fd2bb1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      linux/meta/collectd.yml

+ 1
- 0
linux/meta/collectd.yml View File

@@ -36,6 +36,7 @@ local_plugin:
- tmpfs
- fusectl
- cgroup
- overlay
linux_storage_disk:
plugin: disk
template: linux/files/collectd_disk.conf

Loading…
Cancel
Save