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

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