smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 19 forks source link

Sample Rate #10

Open mfdeux opened 6 years ago

mfdeux commented 6 years ago

Are you planning to support setting the sample rate on the client?

smira commented 6 years ago

What kind of support would you like to see? Client-wide setting which will be applied for all the timing measurements? Or sample rate per call?

abhinavmsra commented 2 years ago

Hello @smira , I was looking for the same feature. Not sure what the status is.

IMHO support for sample rate per metric is better.