feat!: Change default value of DD_TRACE_RATE_LIMIT to 100 by zacharycmontoya · Pull Request #159 · DataDog/dd-trace-cpp
Description
Changes the default value of DD_TRACE_RATE_LIMIT to 100 (previously 200)
Motivation
This aligns the cpp tracer behavior for an unconfigured DD_TRACE_RATE_LIMIT with the expected behavior of all the tracers in our Config Consistency initiative.
Additional Notes
This is technically a breaking change as some users may observe traces being limited. We may consider this more of a FIX or we can put this behind a feature flag. Thoughts?
Jira ticket: APMAPI-511