quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

Add standard (global) statsd client #13

Open adammck opened 9 years ago

adammck commented 9 years ago

The stdlib log package provides a useful "standard" logger, which can be used globally without passing a logger object around. This PR does the same thing for statsd, except the default behavior is no-op until statsd.Configure is called. What do you think?