Skip to content

Commit ffeb6b9

Browse files
authored
[workers-observability] fix image path (#19709)
Co-authored-by: Rohin Lohe <[email protected]>
1 parent 6038e2a commit ffeb6b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/changelogs-next/2025-02-03-workers-metrics-revamp.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ date: 2025-02-03T18:00:00Z
88

99
We've revamped the [Workers Metrics dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/metrics/).
1010

11-
![Workers Metrics dashboard](/public/images/workers/observability/workers-metrics.png)
11+
![Workers Metrics dashboard](~/assets/images/workers/observability/workers-metrics.png)
1212

1313
Now you can easily 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. This new interface enables you to:
1414

1515
- Drag-and-select using a graphical timepicker for precise metric selection.
1616

17-
![Workers Metrics graphical timepicker](/public/images/workers/observability/metrics-graphical-timepicker.png)
17+
![Workers Metrics graphical timepicker](~/assets/images/workers/observability/metrics-graphical-timepicker.png)
1818

19-
- Use histograms that aggregate cumulative metrics, allowing you to bucket and compare rates over time.
19+
- Use histograms to visualize cumulative metrics, allowing you to bucket and compare rates over time.
2020
- Focus on Worker versions by directly interacting with the version numbers in the legend.
2121

22-
![Workers Metrics legend selector](/public/images/workers/observability/metrics-legend-selector.png)
22+
![Workers Metrics legend selector](~/assets/images/workers/observability/metrics-legend-selector.png)
2323

2424
- Monitor and compare active gradual deployments.
2525
- Track error rates across versions with grouping both by version and by invocation status.
26-
- Visualize how [Smart Placement](/workers/configuration/smart-placement/) improves request duration.
26+
- Measure how [Smart Placement](/workers/configuration/smart-placement/) improves request duration.
2727

2828
Learn more about [metrics](/workers/observability/metrics-and-analytics).

0 commit comments

Comments
 (0)