-
Notifications
You must be signed in to change notification settings - Fork 564
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 instrumentation for Kafka #134
Add instrumentation for Kafka #134
Conversation
fe7dc44
to
06462e5
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 doing this porting work! Do we have benchmarks for the overhead of this integration?
@lizthegrey I can write benchmarks for this integration based on mock sarama and tracer. |
0cd9c55
to
4fd08b6
Compare
4fd08b6
to
253bc31
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.
I haven't made it all the way through this yet (sorry 😞 ), but from what I have made it through it looks good in general. This is a partial review, but I plan to take another go at reviewing this later today.
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.
This looks good, thanks for digging into this!
All comments are for minor questions/asks. Nothing blocking that couldn't be addressed in a follow on PR.
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.
please add line to .github/dependabot.yml as well to automatically update dependencies here.
once @MrAlias's comments are addressed I'm an approve. thanks for the hard work on this!
4f51c3a
to
66e8ef5
Compare
66e8ef5
to
7c24dde
Compare
Thanks for all the hard work! |
[Requirements](https://github.com/open-telemetry/community/blob/master/community-membership.md#requirements-2) - [X] >=10 substantive contributions (open-telemetry/opentelemetry-go-contrib#134, open-telemetry/opentelemetry-go-contrib#153, open-telemetry/opentelemetry-go-contrib#221, open-telemetry/opentelemetry-go-contrib#298, open-telemetry/opentelemetry-go-contrib#303, open-telemetry#796, open-telemetry#905, open-telemetry#986, open-telemetry#1044, open-telemetry#1031, open-telemetry#1102) - [X] Active >1mo - [X] add to CODEOWNERS (done in this pull) - [X] Add to CONTRIBUTING.md (done in this pull) - [X] Maintainer nomination: @MrAlias - [ ] Other maintainer(s) (@Aneurysm9) sign-off - [ ] Add to @open-telemetry/go-approvers
* Add stdout trace exporter (#134) * Update go.mod and go.sum * Do not use assert in tests
Split from #87