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 b2a4c54
Showing 1 changed file with 1 addition and 5 deletions.
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 b2a4c54

Please sign in to comment.