Skip to content

Commit 5951f10

Browse files
committed
Add sqlalchemy
1 parent 2f034ce commit 5951f10

File tree

2 files changed

+165
-0
lines changed

2 files changed

+165
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies = [
1313
"opentelemetry-instrumentation-dbapi",
1414
"opentelemetry-instrumentation-fastapi[instruments]",
1515
"opentelemetry-instrumentation-httpx[instruments]",
16+
"opentelemetry-instrumentation-sqlalchemy[instruments]",
1617
"opentelemetry-instrumentation-sqlite3",
1718
"opentelemetry-instrumentation-system-metrics",
1819
"opentelemetry-instrumentation-urllib",
@@ -35,6 +36,7 @@ opentelemetry-instrumentation-asgi = { workspace = true }
3536
opentelemetry-instrumentation-dbapi = { workspace = true }
3637
opentelemetry-instrumentation-fastapi = { workspace = true }
3738
opentelemetry-instrumentation-httpx = { workspace = true }
39+
opentelemetry-instrumentation-sqlalchemy = { workspace = true }
3840
opentelemetry-instrumentation-sqlite3 = { workspace = true }
3941
opentelemetry-instrumentation-system-metrics = { workspace = true }
4042
opentelemetry-instrumentation-urllib = { workspace = true }
@@ -50,6 +52,7 @@ members = [
5052
"instrumentation/opentelemetry-instrumentation-dbapi",
5153
"instrumentation/opentelemetry-instrumentation-fastapi",
5254
"instrumentation/opentelemetry-instrumentation-httpx",
55+
"instrumentation/opentelemetry-instrumentation-sqlalchemy",
5356
"instrumentation/opentelemetry-instrumentation-sqlite3",
5457
"instrumentation/opentelemetry-instrumentation-system-metrics",
5558
"instrumentation/opentelemetry-instrumentation-urllib",

0 commit comments

Comments
 (0)