Skip to content

Commit fd07332

Browse files
committed
chore: Update bootstrap_gen.py to include google-adk instrumentation
- Add google-adk >= 0.1.0 to libraries list - Generated by running scripts/generate_instrumentation_bootstrap.py - Fixes CI generate check failure Change-Id: I9c80405105cc795c8a2c66d7bb02b5e1934e81e9 Co-developed-by: Cursor <[email protected]>
1 parent b27cbcc commit fd07332

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
1717

1818
libraries = [
19+
{
20+
"library": "google-adk >= 0.1.0",
21+
"instrumentation": "opentelemetry-instrumentation-google-adk==0.1.0",
22+
},
1923
{
2024
"library": "openai >= 1.26.0",
2125
"instrumentation": "opentelemetry-instrumentation-openai-v2",

0 commit comments

Comments
 (0)