Skip to content

Commit f621ac8

Browse files
committed
Add more projects, since it helped me
1 parent 0f73a54 commit f621ac8

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-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-urllib3[instruments]",
1516
"opentelemetry-util-http",
1617
]
1718

@@ -29,6 +30,7 @@ opentelemetry-instrumentation = { workspace = true }
2930
opentelemetry-instrumentation-asgi = { workspace = true }
3031
opentelemetry-instrumentation-fastapi = { workspace = true }
3132
opentelemetry-instrumentation-httpx = { workspace = true }
33+
opentelemetry-instrumentation-urllib3 = { workspace = true }
3234
opentelemetry-util-http = { workspace = true }
3335

3436
# https://docs.astral.sh/uv/reference/settings/#workspace
@@ -39,6 +41,7 @@ members = [
3941
"instrumentation/opentelemetry-instrumentation-asgi",
4042
"instrumentation/opentelemetry-instrumentation-fastapi",
4143
"instrumentation/opentelemetry-instrumentation-httpx",
44+
"instrumentation/opentelemetry-instrumentation-urllib3",
4245
"util/opentelemetry-util-http",
4346
]
4447

uv.lock

Lines changed: 39 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)