Categorygithub.com/segmentio/statsdclient
modulepackage
0.2.0
Repository: https://github.com/segmentio/statsdclient.git
Documentation: pkg.go.dev

# README

statsd

Statsd client which adheres to statsd/client-interface. A fork of github.com/cyberdelia/statsd.

# Functions

Dial connects to the given address on the given network using net.Dial and then returns a new Client for the connection.
DialSize acts like Dial but takes a packet size.
DialTimeout acts like Dial but takes a timeout.
NewClient returns a new client with the given writer, useful for testing.

# Structs

Client is statsd client representing a onnection to a statsd server.