Skip to content
Draft
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ package.json @cloudflare/content-engineering
/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/ @baubuchon-cf @irvinebroque @dinasaur404 @cloudflare/appsec-reviewers @elithrar @cloudflare/product-owners
/src/content/partials/cloudflare-for-platforms/ @baubuchon-cf @irvinebroque @dinasaur404 @cloudflare/appsec-reviewers @elithrar @cloudflare/product-owners
/src/content/docs/workers/observability/ @irvinebroque @mikenomitch @nevikashah @cloudflare/product-owners @vy-ton
/src/content/partials/workers/workers_logs_pricing.mdx @irvinebroque @mikenomitch @nevikashah @cloudflare/product-owners @vy-ton
/src/content/docs/workers/static-assets @irvinebroque @GregBrimble @WalshyDev @cloudflare/deploy-config @cloudflare/product-owners @MattieTK @vy-ton
/src/content/docs/workers-vpc/ @nikitacano @elithrar @thomasgauvin @cloudflare/product-owners
/src/content/partials/workers-vpc/ @nikitacano @elithrar @thomasgauvin @cloudflare/product-owners
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/workers/platform/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ Existing Workers will not be impacted when changing the default usage model. You

<Render file="workers_logs_pricing" product="workers" />

You can use Workers Logs without exporting Workers Trace Events. On the Workers Paid plan, persisted log events are charged at $0.60 per million after included usage. Events exported with Workers Trace Events Logpush are charged separately at $0.05 per million after included usage. There is no combined price for these events. If an event is both persisted by Workers Logs and exported by Workers Trace Events Logpush, and both included allowances are exceeded, both overage charges apply: $0.60 per million for Workers Logs plus $0.05 per million for export.

:::note[Workers Logs documentation]

For more information and [examples of Workers Logs billing](/workers/observability/logs/workers-logs/#example-pricing), refer to the [Workers Logs documentation](/workers/observability/logs/workers-logs).
Expand Down
4 changes: 2 additions & 2 deletions src/content/partials/workers/workers_logs_pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

import { Markdown } from "~/components"

Workers Logs is included in both the Free and Paid [Workers plans](/workers/platform/pricing/).
Workers Logs is included in both the Free and Paid [Workers plans](/workers/platform/pricing/). Workers Logs pricing covers log events that Cloudflare persists and makes queryable in the Cloudflare dashboard.

| | Log Events Written | Retention |
| Plan | Persisted log events | Retention |
| ------------------ | ------------------------------------------------------------------ | ---------- |
| **Workers Free** | 200,000 per day | 3 Days |
| **Workers Paid** | 20 million included per month <br /> +$0.60 per additional million | 7 Days |