Documentation ¶
Overview ¶
Package telegrafstatsd implement telegraf extended StatsD protocol for github.com/rs/xstats
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New creates a telegraf statsd sender that emits observations in the statsd protocol to the passed writer. Observations are buffered for the report interval or until the buffer exceeds a max packet size, whichever comes first.
func NewMaxPacket ¶
NewMaxPacket creates a telegraf statsd sender that emits observations in the statsd protocol to the passed writer. Observations are buffered for the report interval or until the buffer exceeds the max packet size, whichever comes first.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.