-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[workers-observability] Add changelog entry for revamped workers metrics
- Loading branch information
Rohin Lohe
committed
Jan 31, 2025
1 parent
f8383e3
commit bf01c0d
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions
19
src/content/changelogs-next/2025-01-31-workers-metrics-revamp.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Revamped Workers Metrics | ||
description: Monitor your Worker's performance with a default set of automatically enabled metrics. | ||
products: | ||
- workers | ||
date: 2025-01-31T12:00:00Z | ||
--- | ||
|
||
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: | ||
|
||
* Total Invocations | ||
* Subrequests from a Worker | ||
* Errors, grouped by Version and Invocation Status | ||
* Execution-related latency, including CPU time and Wall time for the invocation | ||
* Request duration, highlighting the benefits of [Smart Placement](/workers/configuration/smart-placement/) | ||
|
||
![Workers Metrics dashboard](/public/images/workers/observability/workers-metrics.png) | ||
|
||
Learn more about [metrics](/workers/observability/metrics-and-analytics). |