Skip to content

Commit f8a09b6

Browse files
authored
[workers-observability] query builder docs (#21507)
* [workers-observability] query builder docs * fixes * improved images * fix links --------- Co-authored-by: Rohin Lohe <[email protected]>
1 parent d3fda3f commit f8a09b6

12 files changed

+198
-3
lines changed
245 KB
Loading
148 KB
Loading
126 KB
Loading
138 KB
Loading
205 KB
Loading
263 KB
Loading
209 KB
Loading

src/content/docs/workers/observability/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
hideIndex: true
88
---
99

10-
import { DirectoryListing } from "~/components";
10+
import { Badge, DirectoryListing } from "~/components";
1111

1212
Understand how your Worker projects are performing via logs, traces, and other data sources.
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Badge, Stream } from "~/components";
1111

1212
Logs are an important component of a developer's toolkit to troubleshoot and diagnose application issues and maintaining system health. The Cloudflare Developer Platform offers many tools to help developers manage their application's logs.
1313

14-
## [Workers Logs](/workers/observability/logs/workers-logs) <Badge text="New" variant="tip" size="large" />
14+
## [Workers Logs](/workers/observability/logs/workers-logs)
1515

1616
Automatically ingest, filter, and analyze logs emitted from Cloudflare Workers in the Cloudflare dashboard.
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ head_sampling_rate = 0.01 # 1% sampling rate
193193
| Maximum logs per account per day<sup>1</sup> | 5 Billion |
194194
| Maximum log size<sup>2</sup> | 256 KB |
195195

196-
<sup>1</sup> While Workers Logs is in open beta, there is a daily limit of 5 billion logs per account per day. After the limit is exceed, a 1% head-based sample will be applied for the remainder of the day.
196+
<sup>1</sup> There is a daily limit of 5 billion logs per account per day. After the limit is exceed, a 1% head-based sample will be applied for the remainder of the day.
197197

198198
<sup>2</sup> A single log has a maximum size limit of [256 KB](/workers/platform/limits/#log-size). Logs exceeding that size will be truncated and the log's `$cloudflare.truncated` field will be set to true.
199199

0 commit comments

Comments
 (0)