What's Changed
This patch release fixes a significant bug that caused dropped spans due to local sampling rules overriding the sampling decision already present in inbound distributed trace context.
Important
Depending on your sampling rules, and especially if you have trace sampling rules,, you may notice an increase in ingested spans. This increase is expected and the consequence of not applying trace sampling rules when there is a head sampling decision. If the ingested volume is problematic, reduce it using APM Ingestion Controls. For any questions or issues, please contact Datadog Support.
Application Performance Monitoring (APM)
- fix(ddtrace/tracer): keep correct trace+span sampling with propagated sampling decision by @darccio in #3856
- chore: update the remoteconfig dependency by @andreimatei in #3883
Full Changelog: v2.2.2...v2.2.3