Configure and use a table visualization in Dynatrace
To visualize your query results as a table, one metric per column, select
Table
from the list above the query definition, in the upper-left corner of the page.
Example in the Data explorer
Example pinned to a dashboard as a tile
Change visualization
When switching between visualizations, be aware that some visualization settings are visualization-specific.
-
If you select a visualization and configure Settings for that visualization, and then you switch to a different visualization, some of your settings for the first visualization may be ignored because they don't apply to the newly selected visualization. An information icon in the list of visualizations will alert you to the possibility.
-
If you switch back to the original visualization, you may need to reconfigure some visualization settings.
Change metric selection
Your visualization can show any selection of metrics in a multi-metric query.
To toggle metrics on and off, you can select the letter next to the metric you want to visualize, or you can select the eye icon .
Settings
The Settings section is one of the expandable sections in the right panel of the Data explorer page. The contents of the Settings section may vary depending on the visualization you have selected.
Fold transformation
The fold transformation combines a data points list (a timeseries: a collection of data points over the time period) into a single data point.
- The default fold transformation is
Auto
, which automatically selects the most appropriate time aggregation based on the metric. - You can manually override
Auto
with any of the following:Last value
,Average
,Count
,Maximum
,Minimum
,Sum
,Median
,Value
,Percentile 10th
,Percentile 75th
,Percentile 90th
. - If you need to see the last reported value for a metric (rather than an aggregation), select
Last value
.
Settings per metric
Table column names are the same as the metric names by default. You can change the name of table column headings. The query definition retains the metric's original name.
To rename a column
-
In the Settings section, select
for the metric/column you want to rename.
-
Edit the name, and then select the checkmark to save the new name.
Unit and Format
Use the Unit and Format settings to determine how your data is displayed. If you export to a CSV file, the Unit and Format settings are also reflected in the exported values.
Unit
Use the Unit setting to set the unit in which the metric is displayed.
None
= No unit displayedAuto
= Dynatrace selects an appropriate display unit- Other selections specify the exact unit to display. The options here depend on the metric's unit. A time metric, for example, offers alternative units for displaying time.
- To add a custom unit/suffix string, type the custom string in the Unit box and then select it from the list.
- In Advanced mode, you can use
:setUnit(<unit>)
to select from a wider range of units.
Examples of order-of-magnitude notation in Dynatrace:
Notation | Factor | Meaning |
---|---|---|
k | 10^3 | kilo, thousand |
M | 10^6 | mega, million |
G | 10^9 | giga, billion |
T | 10^12 | tera, trillion |
Format
Use the Format setting to configure the number of decimal places displayed for the selected metric.
None
= No formatting.Auto
= Dynatrace selects an appropriate format. For example, whereNone
would display5.062357754177517 %
,Auto
would display5.06 %
.- Other selections specify the number of decimal places to display:
0
,0.0
,0.00
,0.000
Examples
Columns
Use the checkboxes in the Columns section of the Data explorer table visualization to enable and disable columns individually. These selections are reflected in the resulting table dashboard tiles.
Rows
Data explorer
In the Data explorer, a maximum of 100 results are returned.
To set an explicit limit
- If Limit is not already displayed in the query editor, select
and then select
Limit
from the list. - Set Limit to one of the available values.
To remove the limit from your query, turn on Advanced mode and delete the :limit(n)
component of the query.
Dashboard table tile
In a dashboard table tile, the maximum number of rows displayed is determined by the query limit set in the Data explorer. Results are displayed in pages on the tile.
Pages
Use the controls at the bottom of the Result section of a Data explorer table visualization to page through tables.
- Table dashboard tiles also have page controls.
- The page size of a table dashboard tile is automatically resized to match the size of the tile.
Threshold
To enhance your visualizations, you can set thresholds that are reflected in your visualization.
A table can have as many thresholds as there are metrics displayed on the table. This example has five metrics, five columns, each with a different threshold definition. Link cell color to thresholds is turned on.
Tile text color is adjusted automatically for contrast with the background threshold color.
Set table thresholds
To make per-metric threshold settings
- optional In the Threshold section, select Link cell color to thresholds
- Make per-metric threshold settings.
Select Add threshold as needed to add thresholds for another metric.
Hide or show threshold colors
To hide or show threshold colors (per threshold definition) without deleting the threshold settings, in the Thresholds section, select for that metric.
Delete threshold settings
To delete the threshold settings for a metric, in the Thresholds section, select the trash can icon for that metric.