Sample rate option
ryananguiano opened this issue · 1 comments
ryananguiano commented
We are pushing too many metrics to dogstatsd and need the ability to set a sample rate on how often the metrics get sent.
ryananguiano commented
After looking at https://github.com/DataDog/datadogpy/blob/master/datadog/dogstatsd/base.py#L236, it looks like this should be resolved here:
https://github.com/DataDog/uwsgi-dogstatsd/blob/master/plugin.c#L101