Skip to content

docs(proxy): add disable_daily_spend_aggregation config flag#224

Draft
yassin-berriai wants to merge 1 commit into
mainfrom
claude/keen-fermat-osKb0
Draft

docs(proxy): add disable_daily_spend_aggregation config flag#224
yassin-berriai wants to merge 1 commit into
mainfrom
claude/keen-fermat-osKb0

Conversation

@yassin-berriai
Copy link
Copy Markdown
Contributor

Summary

Documents the new disable_daily_spend_aggregation general_settings flag introduced in BerriAI/litellm#28802.

  • docs/proxy/config_settings.md: Added disable_daily_spend_aggregation to both the YAML reference block and the settings table (next to disable_spend_logs / disable_spend_updates)
  • docs/proxy/db_info.md: Added a new "Disable Daily Spend Aggregation" section explaining the flag, the Redis buffer keys it suppresses, and when to use it

Context

Resolves LIT-3332. Customers with disable_spend_logs: true were still seeing Redis OOM because the six daily aggregation buffer keys (litellm_daily_user/team/tag/org/end_user/agent_spend_update_buffer) ran unconditionally. The new flag skips all daily aggregation writes while keeping key/user/team balance updates working.

Test plan

  • Verify YAML snippet renders correctly in the docs site
  • Verify the settings table row appears between disable_spend_logs and disable_spend_updates
  • Verify the new "Disable Daily Spend Aggregation" section in db_info.md renders the tip admonition correctly

https://claude.ai/code/session_01VSh9vug6wHMkBWZ76MjdTt


Generated by Claude Code

Documents the new `disable_daily_spend_aggregation` general_settings flag
added in BerriAI/litellm#28802 (Resolves LIT-3332).

- config_settings.md: add YAML snippet + table row for the flag
- db_info.md: add "Disable Daily Spend Aggregation" section explaining
  the flag, its impact on Redis buffer keys, and when to use it

https://claude.ai/code/session_01VSh9vug6wHMkBWZ76MjdTt
@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment May 25, 2026 7:29pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants