Skip to content

Commit 93acdf3

Browse files
committed
add pyramid
1 parent 5951f10 commit 93acdf3

File tree

2 files changed

+231
-0
lines changed

2 files changed

+231
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ dependencies = [
1313
"opentelemetry-instrumentation-dbapi",
1414
"opentelemetry-instrumentation-fastapi[instruments]",
1515
"opentelemetry-instrumentation-httpx[instruments]",
16+
"opentelemetry-instrumentation-pyramid[instruments]",
1617
"opentelemetry-instrumentation-sqlalchemy[instruments]",
1718
"opentelemetry-instrumentation-sqlite3",
1819
"opentelemetry-instrumentation-system-metrics",
1920
"opentelemetry-instrumentation-urllib",
2021
"opentelemetry-instrumentation-urllib3[instruments]",
22+
"opentelemetry-instrumentation-wsgi",
2123
"opentelemetry-util-http",
2224
]
2325

@@ -36,11 +38,13 @@ opentelemetry-instrumentation-asgi = { workspace = true }
3638
opentelemetry-instrumentation-dbapi = { workspace = true }
3739
opentelemetry-instrumentation-fastapi = { workspace = true }
3840
opentelemetry-instrumentation-httpx = { workspace = true }
41+
opentelemetry-instrumentation-pyramid = { workspace = true }
3942
opentelemetry-instrumentation-sqlalchemy = { workspace = true }
4043
opentelemetry-instrumentation-sqlite3 = { workspace = true }
4144
opentelemetry-instrumentation-system-metrics = { workspace = true }
4245
opentelemetry-instrumentation-urllib = { workspace = true }
4346
opentelemetry-instrumentation-urllib3 = { workspace = true }
47+
opentelemetry-instrumentation-wsgi = { workspace = true }
4448
opentelemetry-util-http = { workspace = true }
4549

4650
# https://docs.astral.sh/uv/reference/settings/#workspace
@@ -52,11 +56,13 @@ members = [
5256
"instrumentation/opentelemetry-instrumentation-dbapi",
5357
"instrumentation/opentelemetry-instrumentation-fastapi",
5458
"instrumentation/opentelemetry-instrumentation-httpx",
59+
"instrumentation/opentelemetry-instrumentation-pyramid",
5560
"instrumentation/opentelemetry-instrumentation-sqlalchemy",
5661
"instrumentation/opentelemetry-instrumentation-sqlite3",
5762
"instrumentation/opentelemetry-instrumentation-system-metrics",
5863
"instrumentation/opentelemetry-instrumentation-urllib",
5964
"instrumentation/opentelemetry-instrumentation-urllib3",
65+
"instrumentation/opentelemetry-instrumentation-wsgi",
6066
"util/opentelemetry-util-http",
6167
]
6268

0 commit comments

Comments
 (0)