oxidecomputer / cio

Rust libraries for APIs needed by our automated CIO.
Apache License 2.0
261 stars 40 forks source link

Reduce Sentry traffic #137

Open augustuswm opened 2 years ago

augustuswm commented 2 years ago

We are sending far too many entries to Sentry and quickly exceeding limits. Trace sampling needs to be reduced (down to 10-20%), and custom sampling should be implemented for db query traces (down to 0.1%).

augustuswm commented 2 years ago

Rate limiting is deployed. Will close this once we get to a reset point with Sentry where it can begin accepting traces again.