Commit 31f29763 by Calen Pennington

Increase sample rate when measuring DjangoXBlockUserStateClient metrics

parent 986564c4
......@@ -40,7 +40,7 @@ class DjangoXBlockUserStateClient(XBlockUserStateClient):
"""
# Use this sample rate for DataDog events.
API_DATADOG_SAMPLE_RATE = 0.01
API_DATADOG_SAMPLE_RATE = 0.1
class ServiceUnavailable(XBlockUserStateClient.ServiceUnavailable):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment