import Prerequisites from "/snippets/dashboard-prerequisites.mdx" import CreateElement from "/snippets/create-dashboard-element.mdx"

Heatmaps represent the distribution of numerical data by grouping values into ranges or buckets. Each bucket reflects a frequency count of data points that fall within its range. Instead of showing individual events or measurements, heatmaps give a clear view of the overall distribution patterns. This allows you to identify performance bottlenecks, outliers, or shifts in behavior. For instance, you can use heatmaps to track response times, latency, or error rates.

Example with Builder

Heatmap example with Builder

Example with APL

['sample-http-logs']
| summarize histogram(req_duration_ms, 15) by bin_auto(_time)
Heatmap example with APL

Good afternoon

I'm here to help you with the docs.

I
AIBased on your context