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 `yaml:",inline" acceptsEndpoints:"true"` // Resource Manager Hostname Host string `yaml:"host" validate:"required"` // Resource Manager Port Port uint16 `yaml:"port" validate:"required"` // Log verbose information about the plugin Verbose bool `yaml:"verbose"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.