Skip to content

Commit c4b1123

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
The new [Workers Metrics dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/metrics/) makes it easier 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+
The Workers Metrics dashboard has been enabled for all customers. Learn more about [metrics](/workers/observability/metrics-and-analytics).

0 commit comments

Comments
 (0)