Skip to content

Conversation

@cijothomas
Copy link
Member

opentelemetry_sdk::testing::logs::{InMemoryLogExporter, InMemoryLogExporterBuilder};
to
opentelemetry_sdk::logs::{InMemoryLogExporter, InMemoryLogExporterBuilder};

This is already under a feature-flag "testing", so this avoids the unnecessary "testing" module name.

@cijothomas cijothomas requested a review from a team as a code owner January 23, 2025 02:04
@codecov
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.8%. Comparing base (5935cca) to head (415bb38).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2538   +/-   ##
=====================================
  Coverage   77.8%   77.8%           
=====================================
  Files        123     123           
  Lines      23047   23047           
=====================================
  Hits       17931   17931           
  Misses      5116    5116           

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

Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, we need similar for other in-memory exporter too.

@cijothomas cijothomas merged commit fdf4a63 into open-telemetry:main Jan 23, 2025
21 checks passed
@cijothomas cijothomas deleted the cijothomas/inmemory-rename-logs branch January 23, 2025 19:44
bantonsson pushed a commit to bantonsson/opentelemetry-rust that referenced this pull request Oct 9, 2025
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.

2 participants