Skip to content

Commit 2238d50

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

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
38.6 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Surfacing CPU time and Wall time 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-09T11:00:00Z
7+
---
8+
9+
You can now track the CPU time and Wall time across your Workers Invocations.
10+
11+
- For Workers Logs, CPU time and Wall time are surfaced in the [Invocation Log](/workers/observability/logs/workers-logs/#invocation-logs)..
12+
- For Tail Workers, CPU time and Wall time are surfaced at the top level of the `events` object.
13+
- For Workers Logpush, <TODO>
14+
15+
Youcan 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 our Workers.
20+
21+
<TODO screenshot>
22+
23+
Learn more about [Workers Logs](/workers/observability/logs/workers-logs/), [Tail Workers](/workers/observability/logs/tail-workers/), and [Workers Logpush](/workers/observability/logs/logpush/).

0 commit comments

Comments
 (0)