Sampling configuration should discuss DefaultSampler vs. LocalSampler
Open
aws-docs-update
- Dominant language
- Python
- Stars
- 338
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
The [Sampling documentation](https://docs.aws.amazon.com/xray-sdk-for-python/latest/reference/configurations.html#sampling) describes how to configure sampling rules. However it does not make it clear that by default the DefaultSampler will be used, and for local sampling rules to be preferred to those from the X-Ray control plane, you need to configure the XRayRecorder to use the LocalSampler.
Contributor guide
Assessment
This issue has not been assessed yet.