We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00287bf commit 5be1f4bCopy full SHA for 5be1f4b
src/strands/telemetry/metrics_constants.py
@@ -13,5 +13,5 @@
13
STRANDS_EVENT_LOOP_CYCLE_DURATION = "strands.event_loop.cycle_duration"
14
STRANDS_EVENT_LOOP_INPUT_TOKENS = "strands.event_loop.input.tokens"
15
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"
+STRANDS_EVENT_LOOP_CACHE_READ_INPUT_TOKENS = "strands.event_loop.cache_read.input.tokens"
+STRANDS_EVENT_LOOP_CACHE_WRITE_INPUT_TOKENS = "strands.event_loop.cache_write.input.tokens"
0 commit comments