Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 Changes in this version + const UDP_PACKET_SIZE type Statsd + ConvertNames bool + UDPPacketSize int v0.10.0 Jan 9, 2016 Changes in this version + type RunningStats struct + PercLimit int + func (rs *RunningStats) AddValue(v float64) + func (rs *RunningStats) Count() int64 + func (rs *RunningStats) Lower() float64 + func (rs *RunningStats) Mean() float64 + func (rs *RunningStats) Percentile(n int) float64 + func (rs *RunningStats) Stddev() float64 + func (rs *RunningStats) Upper() float64 + func (rs *RunningStats) Variance() float64 + type Statsd struct + AllowedPendingMessages int + DeleteCounters bool + DeleteGauges bool + DeleteSets bool + DeleteTimings bool + PercentileLimit int + Percentiles []int + ServiceAddress string + Templates []string + func NewStatsd() *Statsd + func (_ *Statsd) Description() string + func (_ *Statsd) SampleConfig() string + func (s *Statsd) Gather(acc inputs.Accumulator) error + func (s *Statsd) Start() error + func (s *Statsd) Stop()