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"` Host string `yaml:"host" validate:"required"` Port uint16 `yaml:"port" validate:"required"` ACLToken string `yaml:"aclToken" neverLog:"true"` UseHTTPS bool `yaml:"useHTTPS"` EnhancedMetrics bool `yaml:"enhancedMetrics"` CACertificate string `yaml:"caCertificate"` ClientCertificate string `yaml:"clientCertificate"` ClientKey string `yaml:"clientKey"` SignalFxAccessToken string `yaml:"signalFxAccessToken" neverLog:"true"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.