pinpoint-apm / pinpoint-apm/pinpoint-cpp-agent

Replace Grpc Span Stream with Request List<Span>

Open
#66 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.