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 // A set of dimensions to add to container metrics (see // https://github.com/signalfx/docker-collectd-plugin#extracting-additional-dimensions). Dimensions map[string]string `yaml:"dimensions"` // URL of the Docker engine, can be a unix socket path. DockerURL string `yaml:"dockerURL" validate:"required"` ExcludedImages []string `yaml:"excludedImages"` ExcludedNames []string `yaml:"excludedNames"` ExcludedLabels map[string]string `yaml:"excludedLabels"` CollectNetworkStats bool `yaml:"collectNetworkStats"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.