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
1919 ([ #1480 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1480 ) )
2020- Allow missing carrier headers to continue without raising AttributeError
2121 ([ #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 )
2224
2325
2426### Changed
Original file line number Diff line number Diff line change 6060 "sqlite3" : "opentelemetry-instrumentation-sqlite3>=0.11b0" ,
6161 "starlette" : "opentelemetry-instrumentation-starlette>=0.11b0" ,
6262 "tornado" : "opentelemetry-instrumentation-tornado>=0.13b0" ,
63+ "urllib" : "opentelemetry-instrumentation-urllib>=0.17b0" ,
6364}
6465
6566# relevant instrumentors and tracers to uninstall and check for conflicts for target libraries
9192 "sqlite3" : ("opentelemetry-instrumentation-sqlite3" ,),
9293 "starlette" : ("opentelemetry-instrumentation-starlette" ,),
9394 "tornado" : ("opentelemetry-instrumentation-tornado" ,),
95+ "urllib" : ("opentelemetry-instrumentation-urllib" ,),
9496}
9597
9698
You can’t perform that action at this time.
0 commit comments