diff --git a/src/content/docs/ai-gateway/observability/logging/index.mdx b/src/content/docs/ai-gateway/observability/logging/index.mdx index 3f19cc64702b73..7839ba62f7d27d 100644 --- a/src/content/docs/ai-gateway/observability/logging/index.mdx +++ b/src/content/docs/ai-gateway/observability/logging/index.mdx @@ -22,12 +22,6 @@ Logs, which include metrics as well as request and response data, are enabled by -:::note - -To export logs using [Logpush](/ai-gateway/observability/logging/logpush), you must have logs turned on for the gateway. - -::: - ## Per-request logging To override the default logging behavior set in the settings tab, you can define headers on a per-request basis. diff --git a/src/content/docs/ai-gateway/observability/logging/logpush.mdx b/src/content/docs/ai-gateway/observability/logging/logpush.mdx index 222ef26710b6c1..e1c162a916fe16 100644 --- a/src/content/docs/ai-gateway/observability/logging/logpush.mdx +++ b/src/content/docs/ai-gateway/observability/logging/logpush.mdx @@ -9,7 +9,7 @@ sidebar: import { Render, Tabs, TabItem } from "~/components"; AI Gateway allows you to securely export logs to an external storage location, where you can decrypt and process them. -You can toggle Logpush on and off in the [Cloudflare dashboard](https://dash.cloudflare.com) settings. +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). 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. diff --git a/src/content/docs/ai-gateway/reference/pricing.mdx b/src/content/docs/ai-gateway/reference/pricing.mdx index 16f3273204a29a..09a5ee552d5a09 100644 --- a/src/content/docs/ai-gateway/reference/pricing.mdx +++ b/src/content/docs/ai-gateway/reference/pricing.mdx @@ -32,6 +32,14 @@ We have extended our real-time log storage (previously limited to 24 hours) to a 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. +## Logpush + +Logpush is only available on the Workers Paid plan. + +| | Paid plan | +| --------------------- | ---------------------------------- | +| Requests | 10 million / month, +$0.05/million | + ## Fine print Prices subject to change. If you are an Enterprise customer, reach out to your account team to confirm pricing details.