docs(proxy): add disable_daily_spend_aggregation config flag#224
Draft
yassin-berriai wants to merge 1 commit into
Draft
docs(proxy): add disable_daily_spend_aggregation config flag#224yassin-berriai wants to merge 1 commit into
yassin-berriai wants to merge 1 commit into
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
disable_daily_spend_aggregationgeneral_settings flag introduced in BerriAI/litellm#28802.docs/proxy/config_settings.md: Addeddisable_daily_spend_aggregationto both the YAML reference block and the settings table (next todisable_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 itContext
Resolves LIT-3332. Customers with
disable_spend_logs: truewere 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
disable_spend_logsanddisable_spend_updatesdb_info.mdrenders the tip admonition correctlyhttps://claude.ai/code/session_01VSh9vug6wHMkBWZ76MjdTt
Generated by Claude Code