Skip to content

Commit a1c98e1

Browse files
authored
Update logpush.mdx (#18101)
* Update logpush.mdx Make logpush more clear that it is paid and what the pricing is * Update index.mdx * Update pricing.mdx added logpush pricing
1 parent 49750d4 commit a1c98e1

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/content/docs/ai-gateway/observability/logging/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ Logs, which include metrics as well as request and response data, are enabled by
2222

2323
<Render file="logging" />
2424

25-
:::note
26-
27-
To export logs using [Logpush](/ai-gateway/observability/logging/logpush), you must have logs turned on for the gateway.
28-
29-
:::
30-
3125
## Per-request logging
3226

3327
To override the default logging behavior set in the settings tab, you can define headers on a per-request basis.

src/content/docs/ai-gateway/observability/logging/logpush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99
import { Render, Tabs, TabItem } from "~/components";
1010

1111
AI Gateway allows you to securely export logs to an external storage location, where you can decrypt and process them.
12-
You can toggle Logpush on and off in the [Cloudflare dashboard](https://dash.cloudflare.com) settings.
12+
You can toggle Logpush on and off in the [Cloudflare dashboard](https://dash.cloudflare.com) settings. This product is available on the Workers Paid plan. For pricing information, refer to [Pricing](/ai-gateway/reference/pricing).
1313

1414
This guide explains how to set up Logpush for AI Gateway, generate an RSA key pair for encryption, and decrypt the logs once they are received.
1515

src/content/docs/ai-gateway/reference/pricing.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ We have extended our real-time log storage (previously limited to 24 hours) to a
3232

3333
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 older logs to free up space.
3434

35+
## Logpush
36+
37+
Logpush is only available on the Workers Paid plan.
38+
39+
| | Paid plan |
40+
| --------------------- | ---------------------------------- |
41+
| Requests | 10 million / month, +$0.05/million |
42+
3543
## Fine print
3644

3745
Prices subject to change. If you are an Enterprise customer, reach out to your account team to confirm pricing details.

0 commit comments

Comments
 (0)