File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
util/opentelemetry-util-http Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -40,8 +40,4 @@ package_dir=
4040packages =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
You can’t perform that action at this time.
0 commit comments