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"` Name string `yaml:"name"` ClusterName string `yaml:"clusterName" required:"true"` SSLKeyFile string `yaml:"sslKeyFile"` SSLCertificate string `yaml:"sslCertificate"` SSLCACerts string `yaml:"sslCACerts"` SSLCertValidation bool `yaml:"sslCertValidation" default:"true"` EnhancedMetrics bool `yaml:"enhancedMetrics"` MetricsToInclude []string `yaml:"metricsToInclude"` MetricsToExclude []string `yaml:"metricsToExclude"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.