From 62f14dece39ccdad1312fa2ced34e20fc01b1726 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 1 Sep 2025 20:21:09 -0700 Subject: [PATCH] fix: regression added from prometheus_missing_metrics --- litellm/types/integrations/prometheus.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litellm/types/integrations/prometheus.py b/litellm/types/integrations/prometheus.py index 4637c05d14..955c1d888f 100644 --- a/litellm/types/integrations/prometheus.py +++ b/litellm/types/integrations/prometheus.py @@ -195,6 +195,9 @@ class PrometheusMetricLabels: UserAPIKeyLabelNames.API_KEY_ALIAS.value, UserAPIKeyLabelNames.TEAM.value, UserAPIKeyLabelNames.TEAM_ALIAS.value, + UserAPIKeyLabelNames.REQUESTED_MODEL.value, + UserAPIKeyLabelNames.END_USER.value, + UserAPIKeyLabelNames.USER.value, ] litellm_llm_api_time_to_first_token_metric = [