Skip to content

Commit 4c8f5c6

Browse files
committed
add genai
Signed-off-by: emdneto <[email protected]>
1 parent 1ed3f8d commit 4c8f5c6

File tree

2 files changed

+784
-23
lines changed

2 files changed

+784
-23
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ dependencies = [
6262
"opentelemetry-propagator-ot-trace",
6363
"opentelemetry-propagator-aws-xray",
6464
"opentelemetry-util-http",
65+
"opentelemetry-instrumentation-vertexai[instruments]",
66+
"opentelemetry-instrumentation-openai-v2[instruments]",
6567
]
6668

6769
# https://docs.astral.sh/uv/reference/settings/
@@ -129,11 +131,14 @@ opentelemetry-instrumentation-wsgi = { workspace = true }
129131
opentelemetry-propagator-ot-trace = { workspace = true }
130132
opentelemetry-propagator-aws-xray = { workspace = true }
131133
opentelemetry-util-http = { workspace = true }
134+
opentelemetry-instrumentation-vertexai = { workspace = true }
135+
opentelemetry-instrumentation-openai-v2 = { workspace = true }
132136

133137
# https://docs.astral.sh/uv/reference/settings/#workspace
134138
[tool.uv.workspace]
135139
members = [
136140
"instrumentation/*",
141+
"instrumentation-genai/*",
137142
"exporter/*",
138143
"opentelemetry-instrumentation",
139144
"propagator/*",

0 commit comments

Comments
 (0)