Skip to content

Commit 6086efb

Browse files
irvinebroquemaheshwarip
authored andcommitted
[Workers] Fix typo in Workers Logs pricing example (#17192)
1 parent a6f988f commit 6086efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/logs/workers-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ A Worker serves 15 million requests per month. Each request emits 1 execution lo
182182

183183
| | Monthly Costs | Formula |
184184
| ---------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------- |
185-
| **Logs** | $6.00 | ((1,500,000 requests per month \* 2 logs per request \* 100% sample) - 20,000,000 included logs) / 1,000,000 \* $0.60 |
185+
| **Logs** | $6.00 | ((15,000,000 requests per month \* 2 logs per request \* 100% sample) - 20,000,000 included logs) / 1,000,000 \* $0.60 |
186186
| **Total** | $6.00 | |
187187

188188
#### Example 2

0 commit comments

Comments
 (0)