Skip to content

[AI Gateway] Fix incorrect log storage limits on pricing and limits pages#29580

Merged
ethulia merged 5 commits intoproductionfrom
fix/ai-gateway-pricing-log-limits
Apr 6, 2026
Merged

[AI Gateway] Fix incorrect log storage limits on pricing and limits pages#29580
ethulia merged 5 commits intoproductionfrom
fix/ai-gateway-pricing-log-limits

Conversation

@ethulia
Copy link
Copy Markdown
Contributor

@ethulia ethulia commented Apr 3, 2026

Summary

  • Fixed Workers Paid log storage limit on pricing page from 1M total to 10M per gateway
  • Fixed free plan log storage limit from "per account" to "per gateway" on both pricing and limits pages
  • Clarified that when the storage limit is reached, users can configure their gateway to either auto-delete oldest logs or stop saving new logs
  • Added mention of Logpush as an option for exporting logs to external storage

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.

…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.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/ai-gateway/ @abhishekkankani, @palashgo, @thebongy, @roerohan, @kathayl, @mchenco, @zeke, @superhighfives, @bfirsh, @mattrothenberg, @ethulia, @cloudflare/pcx-technical-writing

@ethulia
Copy link
Copy Markdown
Contributor Author

ethulia commented Apr 3, 2026

/bonk review this

@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk bot commented Apr 3, 2026

Review complete. No issues found — the changes are accurate, technically correct, and follow the style guide.

Summary of changes verified:

File Change Status
limits.mdx Free plan logs changed from "per account" to "per gateway" ✅ Correct
limits.mdx Footnotes updated to describe configurable behavior (auto-delete vs stop saving) + Logpush mention ✅ Clear
pricing.mdx Workers Paid limit changed from 1M total to 10M per gateway ✅ Correct
pricing.mdx Both plans now show "per gateway" consistently ✅ Consistent
pricing.mdx Added explanation of limit behavior and Logpush option ✅ Helpful

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.

github run

ethulia added 4 commits April 3, 2026 11:34
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.
@ethulia ethulia merged commit f80a868 into production Apr 6, 2026
13 checks passed
@ethulia ethulia deleted the fix/ai-gateway-pricing-log-limits branch April 6, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants