Categorygithub.com/yext/go-statsd-client
module
2.0.0+incompatible
Repository: https://github.com/yext/go-statsd-client.git
Documentation: pkg.go.dev

# README

go-statsd-client

Build Status GoDoc

About

A StatsD client for Go.

Docs

Viewable online at godoc.org.

Alternative Implementations

Other Go Statsd Client implementations

Other Go Statsd Server implementations

More alternative client and server implementations can be found on the statsd wiki.

License

Released under the MIT license. See LICENSE.md file for details.

# Packages

Package statsd provides a StatsD client implementation that is safe for concurrent use by multiple goroutines and for efficiency can be created and reused.