From 2559d46c9d2802d7eb14b52d718324cc71f58742 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 3 Apr 2024 09:17:40 -0700 Subject: [PATCH] fix(_types.py): make /metrics public --- litellm/proxy/_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 02d41ab31f5..19107bb3d14 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -98,6 +98,7 @@ class LiteLLMRoutes(enum.Enum): "/health/readiness", "/test", "/config/yaml", + "/metrics", ]