Latest Dynatrace
The heatmap visualization offers a compact and flexible matrix visualization for visualizing aggregated datasets.
The heatmap visualization above is based on the following query.
timeseries response_time = avg(dt.service.request.response_time), by: { dt.entity.service }| fields response_time, entityName(dt.entity.service), interval, timeframe, dt.entity.service| limit 10
The heatmap visualization above is based on the following query.
fetch events| filter event.kind == "SECURITY_EVENT"| summarize count = count(), by:{range(vulnerability.risk.score, 0.5), event.status}
Use the title field at the top of the options panel (initially Untitled tile
or Untitled section
) to add a title to your dashboard tile or notebook section.
Example:
Status
and Emoji
in your dashboard.Current $Emoji status is $Status
.Status
to Good
.Emoji
to 🌍
.The title will be displayed as Current 🌍 status is Good
.
If you aren't sure that you chose the right visualization, use the visualization selector to try different visualizations.
To learn about options quickly and decide what works best for you, turn options on and off and see the effect immediately on your chart. For example, does it look best with a label or without? Turn that option on and off and see for yourself.
These settings map your query to the heatmap.
X-axis: Select the value to use for the X-axis of your heatmap.
range
function together with the summarize
command.timeseries
or makeTimeseries
command.summarize
command together with a specific field to summarize by, or with the by
command to specify the fields the series should be split by.Y-axis: Select the value to use for the Y-axis of your heatmap.
range
function together with the summarize
command.timeseries
or makeTimeseries
command.summarize
command together with a specific field to summarize by, or with the by
command to specify the fields the series should be split by.Value field: Select the value (numerical or string field) to display on your heatmap.
These settings determine the appearance of your heatmap's X-axis.
These settings determine the appearance of your heatmap's Y-axis.
Show legend: To display a heatmap legend, turn on Show legend and select the legend Position:
Text truncation: Determines how to truncate text when the full text can't be displayed.
These settings determine how color is used in your heatmap.
Color palette: Displays colors from the selected color palette.
Custom colors: Displays colors defined by you.
For each custom color you want to add
To override the default units and formats in a dashboard or notebook visualization
Select to edit the visualization tile.
Select the Visual tab.
Select Units and formats.
Select Override.
Select Override
In the dropdown list, select the item for which you want to add a unit override.
This is a numeric column of the underlying DQL result, so it varies according to the query. For example:
fetch events
query returns events. The dropdown list here lets you select a numeric field (such as transfer_size
) from the results.timeseries avg(dt.host.cpu.usage)
query returns a single timeseries for avg(dt.host.cpu.usage)
. That timeseries is then the only selectable option in the list.Define the override.
None
if it was not included in the DQL result, or its automatically defined by the unit passed from the DQL result. This field doesn't lead to any conversion.Bytes
, Displayed unit now offers a suitable list of byte conversions such as Kilobyte
and Megabyte
. Unlike the Default unit, the Displayed unit is always a numeric conversion.Turn on Abbreviate large numbers if you want to display large figures in abbreviated form. For example, 1053
becomes 1.1K
.
To reset to defaults (discard override settings for the selected item), select the trash can next to the item.
This example uses a line chart, but the options apply to other visualizations.
In Dashboards, create a dashboard.
Select and, in the Snippets section of the menu, select Metrics > Chart average CPU across all hosts.
In the section edit panel, select the Visual tab and select Line.
Select Units and formats.
Select Override.
In the dropdown list, select the metric for which you want to add an override. There's only one metric to select in this example.
Define the override for the displayed metric. You can observe your changes in the Y-axis of the chart.
Default unit displays Percent (%)
, which is the default unit for the selected metric. Try a different setting, such as One
to instead display the result as a fraction of 1.
Displayed unit displays Auto
. You can change it to a different unit, such as One
to instead display the result as a fraction of 1.
Only linear and static conversions are supported. For example, you cannot convert Degree Celsius(°C)
into Degree Fahrenheit(°F)
, or convert Usd(US$)
into Eur(€)
.
Decimals displays the default number of decimal points (degree of precision) to display. To see it in action, change the Decimals selection and observe the change in the visualization.
For example, change this:
To this:
Suffix displays the optional suffix to display after the unit. To see it in action, enter a string and observe the change in the visualization.
To reset to defaults (discard override settings for the selected metric), select the trash can next to the metric.