Optimise tail-based sampling when sample rate is 100%
Open
8.8-candidate
enhancement
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
When a tail-based sampling policy has `sample_rate 1`, we should skip reservoir sampling. Instead, immediately index the root transaction and record the sampling decision so we immediately index related events.
Contributor guide
Assessment
This issue has not been assessed yet.