pinpoint-apm / pinpoint-apm/pinpoint-cpp-agent
unsampled continuation count stat aggregation is missing
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Continuations unsampled with s0 are not being counted in UnsampledContinuationCount.
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 UnsampledContinuationCount aggregation and the handling of unsampled continuations with s0. Trace how continuation statistics are collected, then add coverage for this case if the repository has relevant tests. Done means s0 continuations are included in UnsampledContinuationCount without changing other aggregation results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100