You're in the right place if you want to see what Data Explorer can do and learn a little about writing your own queries.
You have two options here:
Starting with Dynatrace version 1.251, Data Explorer opens with a Start with a template section. This is the fastest and easiest way to get up and running with Data Explorer.
Don't be afraid to experiment. You can't break anything.
If you need to start again, navigate away from Data Explorer (select another app) and then go back to display the Start with a template section again.
To get started with a template
Go to Data Explorer.
In the Start with a template section, select a template.
When you select a template, Dynatrace automatically fills in the query definition, configures the visualization settings, and runs the query.
Hover over visualization elements to see tooltips.
Select visualization elements to access drilldown actions.
Experiment with the query definition. After you make a change, select Run query to see what happens.
Experiment with the Settings panel on the right. Tweak some settings and see what happens.
optional Dashboards Classic: When you come up with something you like, select Pin to dashboard to add the query to a dashboard. The list of dashboards is searchable: select in the list and start typing to filter the list, and then select the dashboard from the filtered list.
If you're ready to start exploring a little more, try starting from scratch.
Use this procedure to get hands-on experience with Data Explorer.
In this walkthrough, you'll:
Go to Data Explorer.
On the Build tab, add a metric to your query.
Select a metric such as CPU usage %
(builtin:host.cpu.usage
).
When you browse the list of metrics
You can type or paste a metric name directly into the box to find all matching metrics. In this example, there are multiple matches. We select the metric in the Host category to add it to our query.
If you have favorited any metrics in the Metrics browser browser, those metrics are displayed at the top of the list in the metric selector.
You can select a metric category to focus the list of metrics.
When you hover over any metric in the list, a side panel displays details about that metric.
To see more information about that metric, select View all metric information. This opens the Metrics browser in a new tab (so you don't lose your work in Data Explorer) with lots of useful details about the selected metric.
Choose an aggregation (for example, Average
, Minimum
, or Maximum
)
Select Split by dimensions. In this example (CPU usage %
), we split by host to see CPU usage per host.
Specify Filter by criteria as needed. In this example, we leave it empty.
For details on building a query, see Query components and concepts and Examples.
optional To review or edit the code for your query, turn on Advanced mode, which is the advanced query editor.
Add and delete metrics as needed.
A query can have up to 10 rows.
To add a new empty row, select Add metric and then repeat the previous step to define that row.
To reorder metrics, select and drag the metric to a new position in the list of metrics.
To make a copy of a metric that you have already added to the query, select > Duplicate and then edit the copy as needed.
To enable or disable a metric, select the eye button .
To delete a metric, select > Delete.
optional To add or remove metric transformations for a row, select the transformations (+) button and then select or clear checkboxes as needed.
Select Run query to take a first look at the visualization. The Run query button displays the status of the displayed results:
Use the Settings panel to configure your visualization.
When you are satisfied with your visualization, you can use it within Data Explorer immediately or pin it to a dashboard for future use.
Visualization elements are active. For example:
When you're done using your visualization (for now, anyway), you need to decide whether to discard it or save it.
To save the visualization as a dashboard tile, select Pin to dashboard.
To return from the dashboard to Data Explorer with the visualization open for viewing and editing, open the menu in the upper-right corner of the tile and select Configure tile in Data Explorer. Now two buttons are displayed in the Results section of Data Explorer:
For details about pinning tiles to dashboards, see Pin tiles to your dashboard.
If you're ready for the technical details, see: