Skip to content

Commit bf01c0d

Browse files
committed
[workers-observability] Add changelog entry for revamped workers metrics
1 parent f8383e3 commit bf01c0d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
390 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Revamped Workers Metrics
3+
description: Monitor your Worker's performance with a default set of automatically enabled metrics.
4+
products:
5+
- workers
6+
date: 2025-01-31T12:00:00Z
7+
---
8+
9+
You can now use the new [Workers Metrics dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/metrics/) to compare metrics across Worker versions, understand the current state of a [gradual deployment](/workers/configuration/versions-and-deployments/gradual-deployments/), and review key Workers metrics in a single view, including:
10+
11+
* Total Invocations
12+
* Subrequests from a Worker
13+
* Errors, grouped by Version and Invocation Status
14+
* Execution-related latency, including CPU time and Wall time for the invocation
15+
* Request duration, highlighting the benefits of [Smart Placement](/workers/configuration/smart-placement/)
16+
17+
![Workers Metrics dashboard](/public/images/workers/observability/workers-metrics.png)
18+
19+
Learn more about [metrics](/workers/observability/metrics-and-analytics).

0 commit comments

Comments
 (0)