From 748e677a740ee96e98eb48f2cacd63cc20a4a441 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:50:26 -0800 Subject: [PATCH 1/3] Update logpush.mdx Make logpush more clear that it is paid and what the pricing is --- src/content/docs/ai-gateway/observability/logging/logpush.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From fd665af145e4695de8757227c08ee15d48a2f234 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:52:47 -0800 Subject: [PATCH 2/3] Update index.mdx --- src/content/docs/ai-gateway/observability/logging/index.mdx | 6 ------ 1 file changed, 6 deletions(-) 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. From 88154c1d2fbc3967513d5e510fba64371855651c Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:57:16 -0800 Subject: [PATCH 3/3] Update pricing.mdx added logpush pricing --- src/content/docs/ai-gateway/reference/pricing.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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.