Skip to content

Commit e7108da

Browse files
committed
add urllib
1 parent f621ac8 commit e7108da

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"opentelemetry-instrumentation-asgi[instruments]",
1313
"opentelemetry-instrumentation-fastapi[instruments]",
1414
"opentelemetry-instrumentation-httpx[instruments]",
15+
"opentelemetry-instrumentation-urllib",
1516
"opentelemetry-instrumentation-urllib3[instruments]",
1617
"opentelemetry-util-http",
1718
]
@@ -30,6 +31,7 @@ opentelemetry-instrumentation = { workspace = true }
3031
opentelemetry-instrumentation-asgi = { workspace = true }
3132
opentelemetry-instrumentation-fastapi = { workspace = true }
3233
opentelemetry-instrumentation-httpx = { workspace = true }
34+
opentelemetry-instrumentation-urllib = { workspace = true }
3335
opentelemetry-instrumentation-urllib3 = { workspace = true }
3436
opentelemetry-util-http = { workspace = true }
3537

@@ -41,6 +43,7 @@ members = [
4143
"instrumentation/opentelemetry-instrumentation-asgi",
4244
"instrumentation/opentelemetry-instrumentation-fastapi",
4345
"instrumentation/opentelemetry-instrumentation-httpx",
46+
"instrumentation/opentelemetry-instrumentation-urllib",
4447
"instrumentation/opentelemetry-instrumentation-urllib3",
4548
"util/opentelemetry-util-http",
4649
]

uv.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)