open-telemetry / open-telemetry/opentelemetry-cpp

Enhance the existing exporter interface

Open
#62 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

do-not-stale priority:p2 release:after-ga
Dominant language
C++
Stars
1.4k
Forks
632
Avg merge
1d 13h
Merged PRs (30d)
75

Description

The current naive exporter interface has a few shortcomings that need to be addressed:

  • It must work with span circular buffers where the data isn't stored in a single contiguous segment.
  • It must support forking (needs something like a restart function).
  • It must/should support streaming exporters.

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 by locating the current exporter interface in the repository, since the issue does not name its files or tests. Read the linked stream_recorder.cpp restart implementation for the forking requirement, then identify how span circular buffers and streaming are represented. Done means the interface addresses non-contiguous buffers, restart/forking, and streaming exporters.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
observability-sre
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.