Skip to content

Commit 4b3992d

Browse files
committed
[changelog] workers-observability: add workers logs ga changelog
1 parent c1df347 commit 4b3992d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/content/changelog/workers/2025-04-09-query-builder.mdx renamed to src/content/changelog/workers/2025-04-09-qb-workers-logs-ga.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,18 @@ The **Investigate** tab presents a Query Builder, which helps you write structur
2525

2626
The Query Builder can use any field that you store in your logs as a key to visualize, filter, and group by. Use the Query Builder to quickly access your data, build visualizations, save queries, and share them with your team.
2727

28+
### Workers Logs is now Generally Available
2829

29-
Visit the [docs](/workers/observability/query-builder) to learn more about the capabilities and methods exposed by the Query Builder, and start using the Query Builder today by enabling observability for your Workers:
30+
[Workers Logs](/workers/observability/logs/workers-logs) is now Generally Available. With a [small change](/workers/observability/logs/workers-logs/#enable-workers-logs) to your Wrangler configuration, Workers Logs ingests, indexes, and stores all logs emitted from your Workers for up to 7 days.
31+
32+
We've introduced a number of changes during our beta period, including:
33+
- Dashboard enhancements with customizable fields as columns in the Logs view and support for invocation-based grouping
34+
- Performance improvements to ensure no adverse impact
35+
- Public [API endpoints](https://developers.cloudflare.com/api/resources/workers/subresources/observability/) for broader consumption
36+
37+
The API documents three endpoints: list the keys in the telemetry dataset, run a query, and list the unique values for a key. For more, visit our [REST API documentation](https://developers.cloudflare.com/api/resources/workers/subresources/observability/).
38+
39+
Visit the [docs](/workers/observability/query-builder) to learn more about the capabilities and methods exposed by the Query Builder. Start using Workers Logs and the Query Builder today by enabling observability for your Workers:
3040

3141
<WranglerConfig>
3242
```toml
@@ -38,4 +48,3 @@ Visit the [docs](/workers/observability/query-builder) to learn more about the c
3848
head_sampling_rate = 1 # optional. default = 1.
3949
```
4050
</WranglerConfig>
41-

src/content/changelog/workers/2025-04-09-workers-timing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CPU time and Wall time now published for Workers Invocations
33
description: Workers Observability tooling now shows CPU time and Wall time for a Workers Invocation.
44
products:
55
- workers
6-
date: 2025-04-09T00:00:00Z
6+
date: 2025-04-09T00:01:00Z
77
hidden: true
88
---
99

0 commit comments

Comments
 (0)