@@ -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/
3032opentelemetry-test-utils = { git = " https://github.com/open-telemetry/opentelemetry-python" , branch = " main" , subdirectory = " tests/opentelemetry-test-utils" }
3133opentelemetry-instrumentation = { workspace = true }
3234opentelemetry-instrumentation-asgi = { workspace = true }
35+ opentelemetry-instrumentation-dbapi = { workspace = true }
3336opentelemetry-instrumentation-fastapi = { workspace = true }
3437opentelemetry-instrumentation-httpx = { workspace = true }
38+ opentelemetry-instrumentation-sqlite3 = { workspace = true }
3539opentelemetry-instrumentation-system-metrics = { workspace = true }
3640opentelemetry-instrumentation-urllib = { workspace = true }
3741opentelemetry-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" ,
0 commit comments