Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore more boring filesystems from disk plugin #4244

Merged
merged 1 commit into from
Jun 6, 2018

Conversation

PierreF
Copy link
Contributor

@PierreF PierreF commented Jun 6, 2018

Add more FS type to default ignore list.

  • overlay: Used by Docker for overlay2 (and probably overlay). This filesystem is backed by another local directory, disk usage/free/total will be the same as backing filesystem.
  • aufs: Used by Docker for aufs. Like overlay this is backed by a local filesystem
  • squashfs: Used by snap. This is a read-only filesystem backed by a local file.

For all those filesystem, since the backing store is a local directory/file, the space used will be seen in the metrics of this filesystem.

@danielnelson danielnelson added this to the 1.8.0 milestone Jun 6, 2018
@danielnelson danielnelson added feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin area/system labels Jun 6, 2018
@danielnelson danielnelson merged commit a4214ab into influxdata:master Jun 6, 2018
mkboudreau added a commit to mkboudreau/telegraf that referenced this pull request Jun 22, 2018
* master: (329 commits)
  Fix panic with unicode counter names in win_perf_counters  (influxdata#4255)
  Update go-syslog version
  Update changelog
  Update tengine docs
  Restore tengine input plugin (influxdata#4160)
  Fix TLS and SSL config option parsing (influxdata#4247)
  Update changelog
  Use same flags for all bsd family ping varients (influxdata#4241)
  Ignore more boring filesystems from disk plugin (influxdata#4244)
  Update changelog
  Add SSL/TLS support to Redis input (influxdata#4236)
  Don't skip metrics during startup in aggregate phase (influxdata#4230)
  Set 1.6.4 release date
  Update master version to 1.8
  Update sample config
  Add go-syslog to dependencies licenses list
  Update changelog
  Revert "Update aerospike-client-go version to latest release (influxdata#4128)"
  Update changelog
  Fix misnamed option in varnish sample config
  ...
@PierreF PierreF deleted the disk-ignore-boring-fs branch August 4, 2018 13:24
rgitzel pushed a commit to rgitzel/telegraf that referenced this pull request Oct 17, 2018
otherpirate pushed a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/system feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants