Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // MetricsBuilderConfig allows to customize scraped metrics/attributes representation. metadata.MetricsBuilderConfig `mapstructure:",squash"` // Include specifies a filter on the devices that should be included from the generated metrics. // Exclude specifies a filter on the devices that should be excluded from the generated metrics. // If neither `include` or `exclude` are set, metrics will be generated for all devices. Include MatchConfig `mapstructure:"include"` Exclude MatchConfig `mapstructure:"exclude"` }
Config relating to Disk Metric Scraper.
type MatchConfig ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.