Skip to content

Commit e4cb012

Browse files
committed
Remove HTTPClientInstrumentor instrumentation entry point
Fixes #744 This is a temporary hotfix for the issue linked above. We'll need to figure out a proper fix later.
1 parent f7256f5 commit e4cb012

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.6.0-0.25b0...HEAD)
99

10+
### Changed
11+
- `opentelemetry-util-http` no longer contains an instrumentation entrypoint and will not be loaded
12+
automatically by the auto instrumentor.
13+
([#745](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/745))
14+
1015
## [1.6.0-0.25b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0) - 2021-10-13
1116

1217

util/opentelemetry-util-http/setup.cfg

+1-5
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,4 @@ package_dir=
4040
packages=find_namespace:
4141

4242
[options.packages.find]
43-
where = src
44-
45-
[options.entry_points]
46-
opentelemetry_instrumentor =
47-
httplib = opentelemetry.util.http.httplib:HttpClientInstrumentor
43+
where = src

0 commit comments

Comments
 (0)