bitly / statsdaemon

an implementation of Etsy's statsd in Go
The Unlicense
570 stars 131 forks source link

Support lower percentiles #21

Closed JensRantil closed 10 years ago

JensRantil commented 10 years ago

Support lower percentiles in accordance with statsd. I also found a bug in the current percentile calculation code (correct me if, I'm wrong!). Corrected with a test.

This fixes #18.

mreiferson commented 10 years ago

this looks fine to me

mreiferson commented 10 years ago

@jehiah you had some opinions in #18, but as implemented this seems backwards compatible