-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Instrument batch
processor with Otel Go
#6423
Instrument batch
processor with Otel Go
#6423
Conversation
124433e
to
b440529
Compare
Codecov ReportBase: 91.12% // Head: 91.00% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6423 +/- ##
==========================================
- Coverage 91.12% 91.00% -0.12%
==========================================
Files 241 241
Lines 13887 14005 +118
==========================================
+ Hits 12654 12745 +91
- Misses 993 1011 +18
- Partials 240 249 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6cb465c
to
3c29b8e
Compare
c73536f
to
79ba658
Compare
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.
Thanks for addressing my comments @paivagustavo, please take a look at @jmacd's suggestion and resolve conflicts
fix imports spacing
79ba658
to
8aca1eb
Compare
Description:
batch
processor with OpenTelemetry Go.batch_send_size_bytes
view of OpenCensus.Link to tracking Issue: part of #816
Testing:
view
, to test instrumentation made by both OpenCensus and OpenTelemetry SDK.featuregate
enabled/disabled.Note: There are some "whitespace" changes, so I suggest reviewers to hide those when reviewing, it was done to make existing tests to run one time for each SDK.