The full landscape of Dynatrace use cases can seem overwhelming, with a somewhat complex learning curve towards understanding which elements people need in their daily observability journeys through Dynatrace.
To make things easier, use the Launcher app to create customizable "launchpads" (customizable start pages) designed to improve user experience and efficiency. When people start Dynatrace with a launchpad, they focus on what they want to see first and have quick navigation to the Dynatrace components most important to them.
In the Launcher app, select Launchpad to add a new launchpad.
Select Customize.
Select a component type and start customizing it. Components you can add to your launchpad include:
After you have built your launchpad, select Done.
Home launchpads act as individual start pages, providing a customized experience when using Dynatrace, for focus and quick access to things people need most.
To set home launchpads for user groups
After setting a home launchpad, it will be indicated as the Home launchpad and load as the start page when entering Dynatrace. Access to Getting started with Dynatrace, the default home launchpad, is retained on the launchpads overview page.
To set your personal home launchpad
Setting a home launchpad for yourself will override any home launchpad set by your admin. Access to home launchpads set by your admin will be retained under Suggested on the lauchpads overview page.
In case a home launchpad fails to load (for example, due to failing permissions), the next in line will be opened.
Select in a launchpad or the overview page. From there, you can:
To customize a launchpad, open the launchpad and select Customize.
Adding an icon will help your team know which launchpad they're on and will make it easier to pick the right one from a list of launchpads.
To add a launchpad icon
To move a launchpad between environments
If you own a launchpad, you can share it with other users in your Dynatrace environment.
For details on sharing Dynatrace documents (including launchpads), see Share documents.
The Launcher app uses the document service API to persist launchpads as documents.
Documents are content-agnostic, but have common metadata: a unique identifier, a name, and a description.
To distinguish different types of documents, and to make them visible to the respective apps, they need the correct type
document attribute, in this case: launchpad
. This attribute can also be used to query the API as shown in the following example.
https://environment/platform/document/v1/documents?filter=type='launchpad'
To see the full API documentation for the documents service
Go to the Document service page of the Dynatrace Developer site.
In the Related links section, select the Swagger API link.
You may need to sign in to your Dynatrace environment.