Skip to content

Commit 6bc78e1

Browse files
committed
Updated TODO
1 parent c8adc1f commit 6bc78e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/metrics/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@
4141
)
4242

4343
# TODO(lucasagomes): Add metric for token usage
44+
# https://issues.redhat.com/browse/LCORE-411
4445
llm_token_sent_total = Counter(
4546
"ls_llm_token_sent_total", "LLM tokens sent", ["provider", "model"]
4647
)
4748

4849
# TODO(lucasagomes): Add metric for token usage
50+
# https://issues.redhat.com/browse/LCORE-411
4951
llm_token_received_total = Counter(
5052
"ls_llm_token_received_total", "LLM tokens received", ["provider", "model"]
5153
)

0 commit comments

Comments
 (0)