From 6ccd6352167dfee2517966a1ce7e6b954dc1e331 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 10 Jul 2024 19:02:48 -0700 Subject: [PATCH] Update doc: health.md --- docs/my-website/docs/proxy/health.md | 34 +++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/docs/my-website/docs/proxy/health.md b/docs/my-website/docs/proxy/health.md index c67302e0d0d..5a89265766e 100644 --- a/docs/my-website/docs/proxy/health.md +++ b/docs/my-website/docs/proxy/health.md @@ -128,9 +128,20 @@ Example Response: ```json { - "status": "healthy", - "db": "connected", - "litellm_version":"1.19.2", + "status": "connected", + "db": "connected", + "cache": null, + "litellm_version": "1.40.21", + "success_callbacks": [ + "langfuse", + "_PROXY_track_cost_callback", + "response_taking_too_long_callback", + "_PROXY_MaxParallelRequestsHandler", + "_PROXY_MaxBudgetLimiter", + "_PROXY_CacheControlCheck", + "ServiceLogging" + ], + "last_updated": "2024-07-10T18:59:10.616968" } ``` @@ -138,9 +149,20 @@ Example Response: ```json { - "status": "healthy", - "db": "Not connected", - "litellm_version":"1.19.2", + "status": "connected", + "db": "Not connected", + "cache": null, + "litellm_version": "1.40.21", + "success_callbacks": [ + "langfuse", + "_PROXY_track_cost_callback", + "response_taking_too_long_callback", + "_PROXY_MaxParallelRequestsHandler", + "_PROXY_MaxBudgetLimiter", + "_PROXY_CacheControlCheck", + "ServiceLogging" + ], + "last_updated": "2024-07-10T18:59:10.616968" } ```