diff --git a/litellm/integrations/prometheus.py b/litellm/integrations/prometheus.py index c9b9e2528..13e5b439c 100644 --- a/litellm/integrations/prometheus.py +++ b/litellm/integrations/prometheus.py @@ -264,6 +264,12 @@ class PrometheusLogger(CustomLogger): ) # Deployment Latency tracking + team_and_key_labels = [ + "hashed_api_key", + "api_key_alias", + "team", + "team_alias", + ] self.litellm_deployment_latency_per_output_token = Histogram( name="litellm_deployment_latency_per_output_token", documentation="LLM Deployment Analytics - Latency per output token",