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 `singleInstance:"true"` // The host/address on which to bind the UDP listener that accepts statsd // datagrams ListenAddress string `yaml:"listenAddress" default:"localhost"` // The port on which to listen for statsd messages ListenPort uint16 `yaml:"listenPort" default:"8125"` DeleteSets bool `yaml:"deleteSets"` DeleteCounters bool `yaml:"deleteCounters"` DeleteTimers bool `yaml:"deleteTimers"` DeleteGauges bool `yaml:"deleteGauges"` TimerPercentile float64 `yaml:"timerPercentile"` TimerUpper bool `yaml:"timerUpper"` TimerSum bool `yaml:"timerSum"` TimerLower bool `yaml:"timerLower"` CounterSum bool `yaml:"counterSum"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.