File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
opentelemetry-instrumentation/src/opentelemetry/instrumentation Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
([ #1480 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1480 ) )
20
20
- Allow missing carrier headers to continue without raising AttributeError
21
21
([ #1545 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1545 ) )
22
+ - Add urllib to opentelemetry-bootstrap target list
23
+ ([ #1584 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1584 )
22
24
23
25
24
26
### Changed
Original file line number Diff line number Diff line change 60
60
"sqlite3" : "opentelemetry-instrumentation-sqlite3>=0.11b0" ,
61
61
"starlette" : "opentelemetry-instrumentation-starlette>=0.11b0" ,
62
62
"tornado" : "opentelemetry-instrumentation-tornado>=0.13b0" ,
63
+ "urllib" : "opentelemetry-instrumentation-urllib>=0.17b0" ,
63
64
}
64
65
65
66
# relevant instrumentors and tracers to uninstall and check for conflicts for target libraries
91
92
"sqlite3" : ("opentelemetry-instrumentation-sqlite3" ,),
92
93
"starlette" : ("opentelemetry-instrumentation-starlette" ,),
93
94
"tornado" : ("opentelemetry-instrumentation-tornado" ,),
95
+ "urllib" : ("opentelemetry-instrumentation-urllib" ,),
94
96
}
95
97
96
98
You can’t perform that action at this time.
0 commit comments