@@ -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 }
3638opentelemetry-instrumentation-dbapi = { workspace = true }
3739opentelemetry-instrumentation-fastapi = { workspace = true }
3840opentelemetry-instrumentation-httpx = { workspace = true }
41+ opentelemetry-instrumentation-pyramid = { workspace = true }
3942opentelemetry-instrumentation-sqlalchemy = { workspace = true }
4043opentelemetry-instrumentation-sqlite3 = { workspace = true }
4144opentelemetry-instrumentation-system-metrics = { workspace = true }
4245opentelemetry-instrumentation-urllib = { workspace = true }
4346opentelemetry-instrumentation-urllib3 = { workspace = true }
47+ opentelemetry-instrumentation-wsgi = { workspace = true }
4448opentelemetry-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