pinpoint-apm / pinpoint-apm/pinpoint-cpp-agent
Replace Grpc Span Stream with Request List<Span>
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/pinpoint-apm/pinpoint/issues/13443
gRPC client that sends span batches to the collector via the unary SendSpanBatch RPC.
Mirrors the Java agent's SpanBatchGrpcDataSender policy:
- hybrid size/time batch collection
- head-drop on queue overflow
- asynchronous send capped by a permit-based semaphore
- shutdown flushing.
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 with linked issue #13443 and compare its requirements with the current gRPC span-stream implementation. Done means unary SendSpanBatch supports hybrid size/time batching, head-drop overflow handling, permit-capped asynchronous sends, and shutdown flushing, consistent with the Java agent's SpanBatchGrpcDataSender policy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, grpc
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100