Skip to content

Commit 2f034ce

Browse files
committed
Add dbapi and sqlite3
1 parent 0ce9e84 commit 2f034ce

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ dependencies = [
1010
"opentelemetry-test-utils",
1111
"opentelemetry-instrumentation",
1212
"opentelemetry-instrumentation-asgi[instruments]",
13+
"opentelemetry-instrumentation-dbapi",
1314
"opentelemetry-instrumentation-fastapi[instruments]",
1415
"opentelemetry-instrumentation-httpx[instruments]",
16+
"opentelemetry-instrumentation-sqlite3",
1517
"opentelemetry-instrumentation-system-metrics",
1618
"opentelemetry-instrumentation-urllib",
1719
"opentelemetry-instrumentation-urllib3[instruments]",
@@ -30,8 +32,10 @@ opentelemetry-semantic-conventions = { git = "https://github.com/open-telemetry/
3032
opentelemetry-test-utils = { git = "https://github.com/open-telemetry/opentelemetry-python", branch = "main", subdirectory = "tests/opentelemetry-test-utils" }
3133
opentelemetry-instrumentation = { workspace = true }
3234
opentelemetry-instrumentation-asgi = { workspace = true }
35+
opentelemetry-instrumentation-dbapi = { workspace = true }
3336
opentelemetry-instrumentation-fastapi = { workspace = true }
3437
opentelemetry-instrumentation-httpx = { workspace = true }
38+
opentelemetry-instrumentation-sqlite3 = { workspace = true }
3539
opentelemetry-instrumentation-system-metrics = { workspace = true }
3640
opentelemetry-instrumentation-urllib = { workspace = true }
3741
opentelemetry-instrumentation-urllib3 = { workspace = true }
@@ -43,8 +47,10 @@ members = [
4347
"opentelemetry-instrumentation",
4448
# TODO: When all instrumentation packages are moved to the workspace, we can replace the below with `instrumentation/*`.
4549
"instrumentation/opentelemetry-instrumentation-asgi",
50+
"instrumentation/opentelemetry-instrumentation-dbapi",
4651
"instrumentation/opentelemetry-instrumentation-fastapi",
4752
"instrumentation/opentelemetry-instrumentation-httpx",
53+
"instrumentation/opentelemetry-instrumentation-sqlite3",
4854
"instrumentation/opentelemetry-instrumentation-system-metrics",
4955
"instrumentation/opentelemetry-instrumentation-urllib",
5056
"instrumentation/opentelemetry-instrumentation-urllib3",

uv.lock

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