Skip to content

Conversation

marcschaeferger
Copy link

This pull request introduces documentation for the new Exporter Chain feature in the OpenTelemetry Android RUM SDK. The main goal is to explain how the SDK handles asynchronous exporter initialization, buffering, and customization, ensuring reliable telemetry export even during startup or offline scenarios.

Documentation Additions:

  • Added a new EXPORTER_CHAIN.md document detailing the exporter delegation chain, including in-memory and disk buffering, asynchronous initialization, and customization hooks.
  • Updated README.md to reference the new Exporter Chain feature and documentation, highlighting its purpose and usage.

Motivation

Fills a gap in documentation around exporter-chain internals, configuration, and extension hooks that was request in Issue #1127
Addresses lack of centralized explanation of buffering layers, initialization order, and customization options.

@marcschaeferger marcschaeferger requested a review from a team as a code owner September 21, 2025 18:50
Copy link

codecov bot commented Sep 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.26%. Comparing base (d28a0e5) to head (ed0e29f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1243      +/-   ##
==========================================
- Coverage   64.29%   64.26%   -0.04%     
==========================================
  Files         142      142              
  Lines        3011     3011              
  Branches      296      296              
==========================================
- Hits         1936     1935       -1     
  Misses        998      998              
- Partials       77       78       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant