Skip to content

Commit

Permalink
Remove HTTPClientInstrumentor instrumentation entry point
Browse files Browse the repository at this point in the history
Fixes #744

This is a temporary hotfix for the issue linked above. We'll need to
figure out a proper fix later.
  • Loading branch information
owais committed Oct 15, 2021
1 parent f7256f5 commit e4cb012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 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


Expand Down
6 changes: 1 addition & 5 deletions util/opentelemetry-util-http/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,4 @@ package_dir=
packages=find_namespace:

[options.packages.find]
where = src

[options.entry_points]
opentelemetry_instrumentor =
httplib = opentelemetry.util.http.httplib:HttpClientInstrumentor
where = src

0 comments on commit e4cb012

Please sign in to comment.