File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -576,8 +576,8 @@ async def test_user_email_in_all_required_metrics():
576
576
Test that user_email label is present in all the metrics that were requested to have it:
577
577
- litellm_proxy_total_requests_metric_total
578
578
- 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
581
581
- litellm_requests_metric_total
582
582
- litellm_spend_metric_total
583
583
"""
@@ -608,8 +608,8 @@ async def test_user_email_in_all_required_metrics():
608
608
# Check that user_email appears in all the required metrics
609
609
required_metrics_with_user_email = [
610
610
"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 " ,
613
613
"litellm_requests_metric_total" ,
614
614
"litellm_spend_metric_total"
615
615
]
You can’t perform that action at this time.
0 commit comments