open-telemetry / open-telemetry/opentelemetry-cpp-contrib
Respect latent sampling d
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 153
- Forks
- 184
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem?
On Apache httpd there is only the always-on /-oft sampler. But there should be a " parentbased_always_on/-off" Option, to respect the parend grace.
Describe the solution you'd like
If the parend do not sample, the web-tracer shouldend sample
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Apache httpd sampler implementation and the handling of parent-based sampling. Check how the always-on and always-off options are exposed, then determine how to add a parentbased_always_on/-off option so a web trace is not sampled when its parent is not sampled. No file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100