Skip to content

Commit

Permalink
Add urllib to opentelemetry-bootstrap target list (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Feb 11, 2021
1 parent 78f6949 commit 59f5bab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#1480](https://github.com/open-telemetry/opentelemetry-python/pull/1480))
- Allow missing carrier headers to continue without raising AttributeError
([#1545](https://github.com/open-telemetry/opentelemetry-python/pull/1545))
- Add urllib to opentelemetry-bootstrap target list
([#1584])(https://github.com/open-telemetry/opentelemetry-python/pull/1584)


### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"sqlite3": "opentelemetry-instrumentation-sqlite3>=0.11b0",
"starlette": "opentelemetry-instrumentation-starlette>=0.11b0",
"tornado": "opentelemetry-instrumentation-tornado>=0.13b0",
"urllib": "opentelemetry-instrumentation-urllib>=0.17b0",
}

# relevant instrumentors and tracers to uninstall and check for conflicts for target libraries
Expand Down Expand Up @@ -91,6 +92,7 @@
"sqlite3": ("opentelemetry-instrumentation-sqlite3",),
"starlette": ("opentelemetry-instrumentation-starlette",),
"tornado": ("opentelemetry-instrumentation-tornado",),
"urllib": ("opentelemetry-instrumentation-urllib",),
}


Expand Down

0 comments on commit 59f5bab

Please sign in to comment.