mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(feat) enable viewing /spend/logs for clickhouse
This commit is contained in:
parent
c1f9703734
commit
30f4033bbc
3 changed files with 14 additions and 8 deletions
|
@ -6016,7 +6016,6 @@ async def health_readiness():
|
|||
except Exception as e:
|
||||
index_info = "index does not exist - error: " + str(e)
|
||||
cache_type = {"type": cache_type, "index_info": index_info}
|
||||
|
||||
if prisma_client is not None: # if db passed in, check if it's connected
|
||||
await prisma_client.health_check() # test the db connection
|
||||
response_object = {"db": "connected"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue