Skip to content

Commit 5bb8e38

Browse files
rohinloheRebeccaTamachiro
authored andcommitted
[workers-observability] Add changelog entry for CPU time and Wall time in Workers Observability offerings (#21449)
* [workers-observability] Add changelog entry for CPU time and Wall time in Workers Observability offerings * hide the changelog, deep link query builder --------- Co-authored-by: Rohin Lohe <[email protected]>
1 parent dc8d4be commit 5bb8e38

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed
245 KB
Loading
38.6 KB
Loading

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
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: CPU time and Wall time now published for Workers Invocations
3+
description: Workers Observability tooling now shows CPU time and Wall time for a Workers Invocation.
4+
products:
5+
- workers
6+
date: 2025-04-09T00:00:00Z
7+
hidden: true
8+
---
9+
10+
You can now observe and investigate the CPU time and Wall time for every Workers Invocations.
11+
12+
- For [Workers Logs](/workers/observability/logs/workers-logs), CPU time and Wall time are surfaced in the [Invocation Log](/workers/observability/logs/workers-logs/#invocation-logs)..
13+
- For [Tail Workers](/workers/observability/logs/tail-workers), CPU time and Wall time are surfaced at the top level of the [Workers Trace Events object](/logs/reference/log-fields/account/workers_trace_events).
14+
- For [Workers Logpush](/workers/observability/logs/logpush), CPU and Wall time are surfaced at the top level of the [Workers Trace Events object](/logs/reference/log-fields/account/workers_trace_events). All new jobs will have these new fields included by default. Existing jobs need to be updated to include CPU time and Wall time.
15+
16+
You can use a Workers Logs filter to search for logs where Wall time exceeds 100ms.
17+
18+
![Workers Logs Wall Time Filter](src/assets/images/changelog/workers/observability/2025-04-09-wall-time-filter.png)
19+
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.
21+
22+
![Query Builder filter](src/assets/images/changelog/workers/observability/2025-04-09-query-builder.png)

0 commit comments

Comments
 (0)