Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59f5bab

Browse files
authored
Add urllib to opentelemetry-bootstrap target list (open-telemetry#1584)
1 parent 78f6949 commit 59f5bab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
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
@@ -91,6 +92,7 @@
9192
"sqlite3": ("opentelemetry-instrumentation-sqlite3",),
9293
"starlette": ("opentelemetry-instrumentation-starlette",),
9394
"tornado": ("opentelemetry-instrumentation-tornado",),
95+
"urllib": ("opentelemetry-instrumentation-urllib",),
9496
}
9597

9698

0 commit comments

Comments
 (0)