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)
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)