Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 265 Bytes

Simple Go statsd client.

Key features:

  • Can do the sampling before building the measurement key, which can save Sprintf()s.
  • Fills UDP packets before sending them.

See example_test.go for usage.

Installation:

`go get github.com/realzeitmedia/g2s2`