support for sampling on subsegments
Open
enhancement
- Dominant language
- Python
- Stars
- 338
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
we have a few long running segments, that can generate thousands of api calls, i'd like to be able to sample on the subsegments. fwiw, we've gone and reused the sampler for that use case, but we end up with non clean segments, primarily due to the class constructor ref counting on the enclosing segment. there were enough dashboard ux abnormalities that we walked it back to the default of non sampled subsegments streamed.
Contributor guide
Assessment
This issue has not been assessed yet.