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:
@ -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
|
Reference in New Issue
Block a user