-
Notifications
You must be signed in to change notification settings - Fork 417
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 Ostream log exporter and tests #430
Add Ostream log exporter and tests #430
Conversation
Codecov Report
@@ Coverage Diff @@
## master #430 +/- ##
==========================================
+ Coverage 94.21% 94.37% +0.15%
==========================================
Files 182 185 +3
Lines 7853 8014 +161
==========================================
+ Hits 7399 7563 +164
+ Misses 454 451 -3
|
exporters/ostream/include/opentelemetry/exporters/ostream/log_exporter.h
Outdated
Show resolved
Hide resolved
exporters/ostream/include/opentelemetry/exporters/ostream/log_exporter.h
Outdated
Show resolved
Hide resolved
exporters/ostream/include/opentelemetry/exporters/ostream/log_exporter.h
Outdated
Show resolved
Hide resolved
05ef3d5
to
e663e80
Compare
e663e80
to
329f144
Compare
@lalitb @g-easy @ThomsonTan Would love another review on this! (Just updated with the newly merged Recordable interface from #438) |
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
dc26c11
to
5ee27ca
Compare
5ee27ca
to
8f9dc4d
Compare
exporters/ostream/include/opentelemetry/exporters/ostream/log_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.
Looks good, would just like to move helper methods into CC file or (at a minimum) make them private.
exporters/ostream/include/opentelemetry/exporters/ostream/log_exporter.h
Outdated
Show resolved
Hide resolved
4dfdfa6
to
6c94e6e
Compare
This PR adds:
cc @MarkSeufert @alolita