Skip to content

Commit 5be1f4b

Browse files
authored
Update metrics_constants.py
1 parent 00287bf commit 5be1f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/strands/telemetry/metrics_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
STRANDS_EVENT_LOOP_CYCLE_DURATION = "strands.event_loop.cycle_duration"
1414
STRANDS_EVENT_LOOP_INPUT_TOKENS = "strands.event_loop.input.tokens"
1515
STRANDS_EVENT_LOOP_OUTPUT_TOKENS = "strands.event_loop.output.tokens"
16-
STRANDS_EVENT_LOOP_CACHE_READ_TOKENS = "strands.event_loop.cache.read.tokens"
17-
STRANDS_EVENT_LOOP_CACHE_WRITE_TOKENS = "strands.event_loop.cache.write.tokens"
16+
STRANDS_EVENT_LOOP_CACHE_READ_INPUT_TOKENS = "strands.event_loop.cache_read.input.tokens"
17+
STRANDS_EVENT_LOOP_CACHE_WRITE_INPUT_TOKENS = "strands.event_loop.cache_write.input.tokens"

0 commit comments

Comments
 (0)