/stats

Simple stats reporting for golang

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

stats - a stats facade for golang

GoDoc

Package stats provides a facade around push based stats instrumentation. It allows you to put simple instrumentation calls in your code:

	stats.Incr("get_request")

Then you can turn this off, change where the stats go, etc at startup time.

See the GoDoc for more details.