segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

set default buckets for histograms #35

Closed achille-roussel closed 7 years ago

achille-roussel commented 7 years ago

This PR adds default buckets for the histograms generated by the stats sub-packages. The intent is to have things work out of the box with prometheus.

Please take a look and let me know if anything should be changed.

achille-roussel commented 7 years ago

Thanks for the review guys!