Skip to content
Merged
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
6 changes: 0 additions & 6 deletions src/content/docs/ai-gateway/observability/logging/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ Logs, which include metrics as well as request and response data, are enabled by

<Render file="logging" />

:::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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/ai-gateway/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading