Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Statsd struct + AllowedPendingMessages int + ConvertNames bool + DataDogDistributions bool + DataDogExtensions bool + DataDogKeepContainerTag bool + DeleteCounters bool + DeleteGauges bool + DeleteSets bool + DeleteTimings bool + EnableAggregationTemporality bool + FloatCounters bool + FloatSets bool + FloatTimings bool + Log telegraf.Logger + MaxTCPConnections int + MaxTTL config.Duration + MetricSeparator string + NumberWorkerThreads int + PercentileLimit int + Percentiles []number + Protocol string + ReadBufferSize int + SanitizeNamesMethod string + ServiceAddress string + Stats internalStats + TCPKeepAlive bool + TCPKeepAlivePeriod *config.Duration + TCPlistener *net.TCPListener + Templates []string + UDPlistener *net.UDPConn + func (*Statsd) SampleConfig() string + func (s *Statsd) Gather(acc telegraf.Accumulator) error + func (s *Statsd) Start(ac telegraf.Accumulator) error + func (s *Statsd) Stop()