Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
InitConfig InitConfig `yaml:"init_config"`
Instances []Instance `yaml:"instances"`
}
Config XXX
func LoadConfig ¶
LoadConfig parses the YAML file into a Config.
type Plugin ¶
type Plugin interface {
// Check takes in an aggregator and adds the metrics that the Plugin
// gathers. This is called every "interval"
Check(agg metric.Aggregator) error
}
Plugin ..
Click to show internal directories.
Click to hide internal directories.