[AI Gateway] Fix incorrect log storage limits on pricing and limits pages#29580
Merged
ethulia merged 5 commits intoproductionfrom Apr 6, 2026
Merged
[AI Gateway] Fix incorrect log storage limits on pricing and limits pages#29580ethulia merged 5 commits intoproductionfrom
ethulia merged 5 commits intoproductionfrom
Conversation
…ages Workers Paid plan limit was listed as 1M logs total on the pricing page, but the correct limit is 10M per gateway. Free plan limit was listed as per account but is actually per gateway. Updated both pricing and limits pages to consistently reflect per-gateway limits on all plans. Clarified that users can configure gateways to either auto-delete oldest logs or stop saving new logs when the limit is reached.
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
Author
|
/bonk review this |
Contributor
|
Review complete. No issues found — the changes are accurate, technically correct, and follow the style guide. Summary of changes verified:
The documentation now accurately reflects that log storage limits are per-gateway (not per-account) on all plans, and correctly describes the configurable behavior when limits are reached. Links are properly formatted and the prose follows style guide conventions. |
Contributor
Free-tier log limit is account-wide (not per-gateway) per aig-account-manager source code. Paid gateway default is 10, not 20 — no hardcoded 20 exists in the repo; higher limits are set via external entitlements.
… from logging page Pricing page keeps the table but links to limits/logging instead of repeating deletion behavior. Logging page references plan-based limits instead of hardcoding 10 million.
superhighfives
approved these changes
Apr 6, 2026
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
Context: Internal discussion confirmed the log storage cap is per gateway on all plans (not per account for free), and the $8/100k pricing wiki is outdated.