lukevenediger / statsd-csharp-client

A simple c# client library for statsd and statsd.net
MIT License
47 stars 20 forks source link

Sample rate #12

Open josheinhorn opened 9 years ago

josheinhorn commented 9 years ago

So I see that this issue is included in the Future Improvements section of the Readme, but I just wanted to check in on its progress.

What I'm referring to specifically is the sample rate that the Etsy StatsD server supports using the @0.n suffix notation. By sending metrics only a percentage of the time, we can potentially reduce network traffic by a bit.

If no one is working on this, I'd be glad to submit a PR (likely adding an overload with an additional double parameter for all Log methods)

niemyjski commented 8 years ago

Sure, would you submit a pr? Also would you like to be a collaborator on this project?