package
2.0.2+incompatible
Repository: https://github.com/cactus/go-statsd-client.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Return a new BufferedClient
addr is a string of the format "hostname:port", and must be parsable by net.ResolveUDPAddr.
Returns a new BufferedSender
addr is a string of the format "hostname:port", and must be parsable by net.ResolveUDPAddr.
Returns a pointer to a new Client, and an error.
Returns a pointer to a new NoopClient, and an error (always nil, just supplied to support api convention).
Returns a new SimpleSender for sending to the supplied addresss.
# Structs
BufferedSender provides a buffered statsd udp, sending multiple metrics, where possible.
No description provided by the author
No description provided by the author
SimpleSender provides a socket send interface.