opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
kafka-python Instrument temporary fork, kafka-python-ng inside kafka-python's instrumentation
trafficstars
Description
Related PR (Another Option): https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2532
This PR adds kafka-python-ng, a temporary fork of kafka-python due to pypi access issues, to the kafka-python instrumentation.
Type of change
- [ ] New feature (non-breaking change which adds functionality)
- [ ] This change requires a documentation update
How Has This Been Tested?
- [ ] Test 1: Setup the code locally and then made sure that a sample pyramid app using kafka-python-ng instrumented without any errors.
Does This PR Require a Core Repo Change?
- [ ] No.
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.
- [ ] Followed the style guidelines of this project
- [ ] Changelogs have been updated
- [ ] Unit tests have been added
- [ ] Documentation has been updated