Skip to content

Commit e733b61

Browse files
committed
fix: test_user_email_in_all_required_metrics
1 parent 36bedc6 commit e733b61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/otel_tests/test_prometheus.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ async def test_user_email_in_all_required_metrics():
576576
Test that user_email label is present in all the metrics that were requested to have it:
577577
- litellm_proxy_total_requests_metric_total
578578
- litellm_proxy_failed_requests_metric_total
579-
- litellm_input_tokens_total
580-
- litellm_output_tokens_total
579+
- litellm_input_tokens_metric_total
580+
- litellm_output_tokens_metric_total
581581
- litellm_requests_metric_total
582582
- litellm_spend_metric_total
583583
"""
@@ -608,8 +608,8 @@ async def test_user_email_in_all_required_metrics():
608608
# Check that user_email appears in all the required metrics
609609
required_metrics_with_user_email = [
610610
"litellm_proxy_total_requests_metric_total",
611-
"litellm_input_tokens_total",
612-
"litellm_output_tokens_total",
611+
"litellm_input_tokens_metric_total",
612+
"litellm_output_tokens_metric_total",
613613
"litellm_requests_metric_total",
614614
"litellm_spend_metric_total"
615615
]

0 commit comments

Comments
 (0)