mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 12:43:39 +08:00
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:
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,8 +40,4 @@ package_dir=
|
|||||||
packages=find_namespace:
|
packages=find_namespace:
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
|
||||||
[options.entry_points]
|
|
||||||
opentelemetry_instrumentor =
|
|
||||||
httplib = opentelemetry.util.http.httplib:HttpClientInstrumentor
|
|
Reference in New Issue
Block a user