Documentation ¶
Overview ¶
Package dc is the dynamic collector
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct { Name string `yaml:"name"` Disable bool `yaml:"disable"` Type string `yaml:"type"` Schema string `yaml:"schema"` Selectors Selectors `yaml:"selectors"` Control Control `yaml:"control"` MetricPort MetricPort `yaml:"metric_port"` MetricPath MetricPath `yaml:"metric_path"` Tags string `yaml:"tags"` LabelTags string `yaml:"label_tags"` }
type Collectors ¶
type Collectors struct {
Collectors []Collector `yaml:"collectors"`
}
type MetricPath ¶
type MetricPort ¶
Click to show internal directories.
Click to hide internal directories.