Remove HTTPClientInstrumentor instrumentation entry point (#745)

Fixes #744

This is a temporary hotfix for the issue linked above. We'll need to
figure out a proper fix later.
This commit is contained in:
Owais Lone
2021-10-16 00:12:52 +05:30
committed by GitHub
parent f7256f5236
commit 8ad84a56d0
2 changed files with 6 additions and 5 deletions

View File

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.6.0-0.25b0...HEAD) ## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.6.0-0.25b0...HEAD)
### Changed
- `opentelemetry-util-http` no longer contains an instrumentation entrypoint and will not be loaded
automatically by the auto instrumentor.
([#745](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/745))
## [1.6.0-0.25b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0) - 2021-10-13 ## [1.6.0-0.25b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0) - 2021-10-13

View File

@ -41,7 +41,3 @@ packages=find_namespace:
[options.packages.find] [options.packages.find]
where = src where = src
[options.entry_points]
opentelemetry_instrumentor =
httplib = opentelemetry.util.http.httplib:HttpClientInstrumentor