From 271fad6a19b3dfa412824e41d54a473aa9c99312 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 28 Dec 2024 19:48:50 -0800 Subject: [PATCH] docs(spending_monitoring.md): add section on disabling spend logs to db --- docs/my-website/docs/proxy/spending_monitoring.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/my-website/docs/proxy/spending_monitoring.md b/docs/my-website/docs/proxy/spending_monitoring.md index 661c440b5f..cb9a50bd24 100644 --- a/docs/my-website/docs/proxy/spending_monitoring.md +++ b/docs/my-website/docs/proxy/spending_monitoring.md @@ -16,6 +16,12 @@ Step 1. **Export Logs to Cloud Storage** Step 2. **Analyze Data** - Use tools like [Redash](https://redash.io/), [Databricks](https://www.databricks.com/), [Snowflake](https://www.snowflake.com/en/) to analyze exported logs +[Optional] Step 3. **Disable Spend + Error Logs to LiteLLM DB** + +[See Instructions Here](./prod#6-disable-spend_logs--error_logs-if-not-using-the-litellm-ui) + +Disabling this will prevent your LiteLLM DB from growing in size, which will help with performance (prevent health checks from failing). + ## Need an Integration? Get in Touch - Request a logging integration on [Github Issues](https://github.com/BerriAI/litellm/issues)