package
0.0.0-20191105165525-cc0457beab36
Repository: https://github.com/anupam0601/golang-stuff.git
Documentation: pkg.go.dev
# README
StatsD Go client
This is a StatsD client written in Go.
View the project's documentation on godoc: http://godoc.org/github.com/etsy/statsd/examples/go
# Functions
Factory method to initialize udp connection
Usage:
import "statsd" client := statsd.New('localhost', 8125).
# Structs
The StatsdClient type defines the relevant properties of a StatsD connection.