Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Span InMemoryExporter #775

Merged
merged 3 commits into from
Jul 17, 2022
Merged

Conversation

tidal
Copy link
Member

@tidal tidal commented Jul 16, 2022

This PR adds an Span InMemoryExporter for testing and debug purposes

  • Adds InMemoryExporter
  • Add InMemoryExporter to list of known exporters in ExporterFactory

related: #451

@codecov
Copy link

codecov bot commented Jul 16, 2022

Codecov Report

Merging #775 (641b517) into main (ae6b620) will increase coverage by 0.07%.
The diff coverage is 100.00%.

❗ Current head 641b517 differs from pull request most recent head 0fdbf73. Consider uploading reports for the commit 0fdbf73 to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #775      +/-   ##
============================================
+ Coverage     78.43%   78.51%   +0.07%     
- Complexity     1331     1337       +6     
============================================
  Files           153      154       +1     
  Lines          3278     3290      +12     
============================================
+ Hits           2571     2583      +12     
  Misses          707      707              
Flag Coverage Δ
7.4 78.51% <100.00%> (+0.07%) ⬆️
8.0 78.58% <100.00%> (+0.07%) ⬆️
8.1 78.58% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SDK/Trace/ExporterFactory.php 100.00% <100.00%> (ø)
src/SDK/Trace/SpanExporter/InMemoryExporter.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae6b620...0fdbf73. Read the comment docs.

@brettmc brettmc merged commit d3facad into open-telemetry:main Jul 17, 2022
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.

None yet

2 participants