Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.MonitorConfig `singleInstance:"false" acceptsEndpoints:"false"` // Path to the root of the host filesystem. Useful when running in a // container and the host filesystem is mounted in some subdirectory under // /. HostFSPath string `yaml:"hostFSPath"` // The filesystem types to include/exclude. This is a // [filter set](https://github.com/signalfx/signalfx-agent/blob/master/docs/filtering.md#generic-filters). FSTypes []string `` /* 264-byte string literal not displayed */ // The mount paths to include/exclude. // This is a // [filter set](https://github.com/signalfx/signalfx-agent/blob/master/docs/filtering.md#generic-filters). // NOTE: If you are using the hostFSPath option you should not include the // `/hostfs/` mount in the filter. MountPoints []string `` /* 151-byte string literal not displayed */ // (Linux Only) If true, then metrics will be reported about logical devices. IncludeLogical bool `yaml:"includeLogical" default:"false"` // If true, then metrics will report with their plugin_instance set to the // device's name instead of the mountpoint. ReportByDevice bool `yaml:"reportByDevice" default:"false"` // (Linux Only) If true metrics will be reported about inodes. ReportInodes bool `yaml:"reportInodes" default:"false"` }
Config for this monitor
Click to show internal directories.
Click to hide internal directories.