-
Notifications
You must be signed in to change notification settings - Fork 438
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
Use template class for in-memory data. #1496
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1496 +/- ##
==========================================
- Coverage 84.73% 84.66% -0.07%
==========================================
Files 155 156 +1
Lines 4787 4784 -3
==========================================
- Hits 4056 4050 -6
- Misses 731 734 +3
|
exporters/memory/include/opentelemetry/exporters/memory/in_memory_span_exporter.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
exporters/memory/include/opentelemetry/exporters/memory/in_memory_span_exporter_factory.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fixes.
Fixes #1493
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes