Skip to content

Commit a0dd540

Browse files
committed
hide the changelog, deep link query builder
1 parent 41526a6 commit a0dd540

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/content/changelog/workers/2025-04-07-increase-trace-events-limit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ products:
66
date: 2025-04-07T00:00:00Z
77
---
88

9-
You can now capture a maximum of 256 KB of log events per Workers invocation, helping you gain better visiblity into application behavior.
9+
You can now capture a maximum of 256 KB of log events per Workers invocation, helping you gain better visibility into application behavior.
1010

1111
All console.log() statements, exceptions, request metadata, and headers are automatically captured during the Worker invocation and emitted
1212
as [JSON object](/logs/reference/log-fields/account/workers_trace_events). [Workers Logs](/workers/observability/logs/workers-logs) deserializes

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Workers Observability tooling now shows CPU time and Wall time for
44
products:
55
- workers
66
date: 2025-04-09T00:00:00Z
7+
hidden: true
78
---
89

910
You can now observe and investigate the CPU time and Wall time for every Workers Invocations.
@@ -16,6 +17,6 @@ You can use a Workers Logs filter to search for logs where Wall time exceeds 100
1617

1718
![Workers Logs Wall Time Filter](src/assets/images/changelog/workers/observability/2025-04-09-wall-time-filter.png)
1819

19-
You can also use the Workers Observability Query Builder to find the median CPU time and median Wall time for all of your Workers.
20+
You can also use the Workers Observability [Query Builder](https://dash.cloudflare.com/?to=/:account/workers-and-pages/observability/investigate) to find the median CPU time and median Wall time for all of your Workers.
2021

2122
![Query Builder filter](src/assets/images/changelog/workers/observability/2025-04-09-query-builder.png)

0 commit comments

Comments
 (0)