diff --git a/src/assets/images/changelog/workers/observability/2026-08-28-distribution-heatmaps.png b/src/assets/images/changelog/workers/observability/2026-08-28-distribution-heatmaps.png new file mode 100644 index 00000000000..e25f7d0354d Binary files /dev/null and b/src/assets/images/changelog/workers/observability/2026-08-28-distribution-heatmaps.png differ diff --git a/src/content/changelog/workers/2026-08-28-distribution-heatmaps.mdx b/src/content/changelog/workers/2026-08-28-distribution-heatmaps.mdx new file mode 100644 index 00000000000..127c239e2ee --- /dev/null +++ b/src/content/changelog/workers/2026-08-28-distribution-heatmaps.mdx @@ -0,0 +1,20 @@ +--- +title: Distribution heatmaps for Workers Observability +description: Visualize numeric fields like request latency over time to identify outliers, clusters, and long-tail behavior. +products: + - workers +date: 2026-08-28 +--- + +import heatmapImage from "~/assets/images/changelog/workers/observability/2026-08-28-distribution-heatmaps.png"; + +Workers Observability now supports distribution heatmaps for numeric fields. Heatmaps visualize how values such as request latency change over time, making outliers, multiple clusters, and long-tail behavior easier to identify than with averages alone. + +Distribution heatmaps provide additional context when investigating performance issues. You can hover to examine values, zoom into a specific time range, and select an area to view the events and traces associated with slow requests. + +Workers Observability distribution heatmap for request latency, showing relative event density and hover details for a selected region. + +To learn more and get started, refer to [Workers Observability](/workers/observability/).