From c4b112364755b864da8518def218597004951455 Mon Sep 17 00:00:00 2001 From: Rohin Lohe Date: Thu, 30 Jan 2025 23:59:01 -0800 Subject: [PATCH] [workers-observability] Add changelog entry for revamped workers metrics --- .../2025-01-31-workers-metrics-revamp.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/content/changelogs-next/2025-01-31-workers-metrics-revamp.mdx diff --git a/src/content/changelogs-next/2025-01-31-workers-metrics-revamp.mdx b/src/content/changelogs-next/2025-01-31-workers-metrics-revamp.mdx new file mode 100644 index 000000000000000..c7cbeeb93be0970 --- /dev/null +++ b/src/content/changelogs-next/2025-01-31-workers-metrics-revamp.mdx @@ -0,0 +1,17 @@ +--- +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 +--- + +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: + +* 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/) + +The Workers Metrics dashboard has been enabled for all customers. Learn more about [metrics](/workers/observability/metrics-and-analytics).