alexcesaro / statsd

An efficient Statsd Go client.
MIT License
301 stars 79 forks source link

Fix missing separator for sample rate #1

Closed Taik closed 8 years ago

Taik commented 8 years ago

Just a quick patch to fix the current appendRate(), which currently is missing the pipe character before @.

Based off: https://github.com/b/statsd_spec as well as http://docs.datadoghq.com/guides/dogstatsd/

alexcesaro commented 8 years ago

Oops I never used sample rates so I hadn't noticed it.

Thank you very much!