File tree 2 files changed +6
-5
lines changed
util/opentelemetry-util-http
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
7
7
8
8
## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.6.0-0.25b0...HEAD )
9
9
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
+
10
15
## [ 1.6.0-0.25b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0 ) - 2021-10-13
11
16
12
17
Original file line number Diff line number Diff line change @@ -40,8 +40,4 @@ package_dir=
40
40
packages =find_namespace:
41
41
42
42
[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