Skip to content

Commit 9f727f6

Browse files
committed
[workers-observability] Add changelog entry for CPU time and Wall time in Workers Observability offerings
1 parent 518e8f8 commit 9f727f6

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
245 KB
Loading
38.6 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
---
8+
9+
You can now observe and investigate the CPU time and Wall time across your Workers Invocations.
10+
11+
- 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)..
12+
- 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).
13+
- 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.
14+
15+
You can use a Workers Logs filter to search for logs where Wall time exceeds 100ms.
16+
17+
![Workers Logs Wall Time Filter](src/assets/images/changelog/workers/observability/2025-04-09-wall-time-filter.png)
18+
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+
21+
![Query Builder filter](src/assets/images/changelog/workers/observability/2025-04-09-query-builder.png)

0 commit comments

Comments
 (0)