From 51ce8ba30140852ff3edffd1e5e37b5ce6b489e3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 10 Aug 2024 12:56:23 -0700 Subject: [PATCH] test for prom metrics --- litellm/tests/test_prometheus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_prometheus.py b/litellm/tests/test_prometheus.py index 74c48117b2d..64e824e6db0 100644 --- a/litellm/tests/test_prometheus.py +++ b/litellm/tests/test_prometheus.py @@ -78,3 +78,4 @@ async def test_async_prometheus_success_logging(): assert metrics["litellm_total_tokens_total"] == 30.0 assert metrics["llm_deployment_success_responses_total"] == 1.0 assert metrics["llm_deployment_total_requests_total"] == 1.0 + assert metrics["llm_deployment_latency_per_output_token_bucket"] == 1.0