Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Providers []MetricsProvider `yaml:"providers"`
MinPollInterval int64 `yaml:"min_poll_interval"`
CoolDownPeriod int64 `yaml:"cool_down_period"`
}
Config defines the autopilot configuration structure
type MetricsProvider ¶
type MetricsProvider struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
Params string `yaml:"params"`
}
MetricsProvider provides metrics data to autopilot
Click to show internal directories.
Click to hide internal directories.