Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/ai-gateway/reference/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ The following limits apply to gateway configurations, logs, and related features
<sup>1</sup> If you have reached 10 million logs stored per gateway, new logs
will stop being saved. To continue saving logs, you must delete older logs in
that gateway to free up space or create a new gateway. Refer to [Auto Log
Cleanup](/ai-gateway/observability/logging/#auto-log-cleanup) for more details
Cleanup](/ai-gateway/observability/logging/#automatic-log-deletion) for more details
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/ai-gateway/reference/limits/
has a broken internal link to: https://developers.cloudflare.com/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log.
The fragment auto-log-cleanup does not exist.

By looking at the page: https://developers.cloudflare.com/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log
The best fragment to use seems to be: #automatic-log-deletion

on how to automatically delete logs.

<sup>2</sup> If you have reached 100,000 logs stored per account, across all
gateways, new logs will stop being saved. To continue saving logs, you must
delete older logs. Refer to [Auto Log
Cleanup](/ai-gateway/observability/logging/#auto-log-cleanup) for more details
Cleanup](/ai-gateway/observability/logging/#automatic-log-deletion) for more details
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/ai-gateway/reference/limits/
has a broken internal link to: https://developers.cloudflare.com/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log.
The fragment auto-log-cleanup does not exist.

By looking at the page: https://developers.cloudflare.com/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log
The best fragment to use seems to be: #automatic-log-deletion

on how to automatically delete logs.

<sup>3</sup> Logs larger than 10 MB will not be stored.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ai-gateway/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Persistent logs are available on all plans, with a free allocation for both free
| Workers Free | 100,000 logs total | N/A – Upgrade to Workers Paid |
| Workers Paid | 200,000 logs total | $8 per 100,000 logs stored per month |

Allocations are based on the total logs stored across all gateways. If your limit is reached, new logs will stop being saved. To continue saving logs, you must [delete logs](/ai-gateway/observability/logging/#how-to-delete-logs/) to free up space.
Allocations are based on the total logs stored across all gateways. If your limit is reached, new logs will stop being saved. To continue saving logs, you must [delete logs](/ai-gateway/observability/logging/#how-to-delete-logs) to free up space.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/ai-gateway/reference/pricing/
has a broken internal link to: https://developers.cloudflare.com/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log.
The fragment how-to-delete-logs/ does not exist.

By looking at the page: https://developers.cloudflare.com/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log
The best fragment to use seems to be: #how-to-delete-logs


## Logpush

Expand Down