Documentation
¶
Overview ¶
Package statsd implements an statsd client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*config)
Option represents statsd option function.
func WithFlushBytes ¶
WithFlushBytes sets the maximum udp packet size that will be sent. Defaults to 1432 flushBytes.
func WithFlushInterval ¶
WithFlushInterval sets the maximum flushInterval for packet sending. Defaults to 300ms.
Click to show internal directories.
Click to hide internal directories.