Skip to content

Commit ca0a88a

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-thought-signature-pruning
2 parents b104824 + c291821 commit ca0a88a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/google/adk/telemetry/_metrics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
unit="1",
100100
description="Number of inference (model) calls per agent invocation.",
101101
explicit_bucket_boundaries_advisory=[
102+
0,
102103
1,
103104
2,
104105
3,
@@ -118,6 +119,7 @@
118119
unit="1",
119120
description="Number of tool calls per agent invocation.",
120121
explicit_bucket_boundaries_advisory=[
122+
0,
121123
1,
122124
2,
123125
3,

0 commit comments

Comments
 (0)