💠Dynatrace
StackState core integration
Last updated
StackState core integration
Last updated
This page describes StackState v4.4.x.
The StackState 4.4 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.4 version range to upgrade to a more recent release.
The Dynatrace StackPack creates a synchronization between a Dynatrace instance and StackState. When the integration is enabled, Dynatrace Smartscape topology and events for the configured relative_time
(default 1 hour) will be available in StackState.
Agent V2 connects to the configured Dynatrace API to retrieve Smartscape topology and events data.
Agent V2 pushes retrieved data to StackState.
Topology data is translated into components and relations.
Tags defined in Dynatrace are added to components and relations in StackState.
Events are available in the StackState Events Perspective and listed in the details pane of the StackState UI.
To set up the Dynatrace integration you will need to have:
StackState Agent V2) installed on a machine that can connect to both Dynatrace and StackState.
A running Dynatrace instance.
A Dynatrace API Token with access to read the Smartscape Topology and Events.
Install the Dynatrace StackPack from the StackState UI StackPacks > Integrations screen. You will need to provide the following parameters:
Dynatrace URL - the Dynatrace URL from which topology will be collected.
Dynatrace Instance Name - the user-defined name of the Dynatrace account shown in configurations such as views.
To enable the Dynatrace check and begin collecting data from Dynatrace, add the following configuration to StackState Agent V2:
Example Dynatrace Agent integration configuration file: conf.yaml.example (github.com)
Edit the Agent integration configuration file /etc/stackstate-agent/conf.d/dynatrace.d/conf.yaml
to include details of your Dynatrace instance:
url - the base URL of the Dynatrace instance.
SaaS url example - https://{your-environment-id}.live.dynatrace.com
Managed url example - https://{your-domain}/e/{your-environment-id}
token - a Dynatrace API token with access to the required Dynatrace API endpoints. Use secrets management to store tokens outside of the configuration file.
Optional: Add a domain and environment in the conf.yaml
file to specify where imported Dynatrace topology will end up in StackState (default domain=dynatrace and environment=production).
Restart the StackState Agent(s) to apply the configuration changes.
Once the Agent has restarted, wait for data to be collected from Dynatrace and sent to StackState.
The API Token configured in StackState Agent V2 must have the permission Access problems and event feed, metrics, and topology (API value DataExport
). Note that this token must be generated by an admin Dynatrace user in Settings > Integrations > Dynatrace API. For details, see Dynatrace API token permissions (dynatrace.com).
You can check if the generated token is working using the curl command:
To check the status of the Dynatrace integration, run the status subcommand and look for Dynatrace under Running Checks
:
When a new version of the Dynatrace StackPack is available in your instance of StackState, you will be prompted to upgrade in the StackState UI on the page StackPacks > Integrations > Dynatrace. For a quick overview of recent StackPack updates, check the StackPack versions shipped with each StackState release.
For considerations and instructions on upgrading a StackPack, see how to upgrade a StackPack.
The API endpoints used in the StackState integration are listed below:
/api/v1/entity/applications
/api/v1/entity/infrastructure/hosts
/api/v1/entity/infrastructure/processes
/api/v1/entity/infrastructure/process-groups
/api/v1/entity/services
/api/v1/events
Refer to the Dynatrace documentation for details on how to create an API Token.
The Dynatrace check retrieves all events and their parameters from Dynatrace for the configured relative_time
(default 1 hour). Retrieved events are available in the StackState Events Perspective and listed in the details pane of the StackState UI.
The Dynatrace check does not retrieve any metrics data.
All tags defined in Dynatrace will be retrieved and added to the associated components and relations in StackState. The Dynatrace integration also understands common tags and applies these to topology in StackState.
The Dynatrace check retrieves the following topology data from Dynatrace:
Data | Description |
---|---|
Components | Smartscape Applications, Hosts, Processes, Process-Groups and Services. |
Relations | Relations between the imported components are included in the component data retrieved from Dynatrace. |
The Dynatrace check does not retrieve any traces data.
When the Dynatrace integration is enabled, the following additional keys can be used to filter views in the StackState UI:
dynatrace-ManagementZones
dynatrace-EntityID
dynatrace-Tags
dynatrace-MonitoringState
For example, to filter a view by Dynatrace Management Zone, add the key dynatrace-managementZones:<value>
to the Labels filter box.
The code for the Dynatrace check is open source and available on GitHub at: https://github.com/StackVista/stackstate-agent-integrations/tree/1.15.0/dynatrace
Troubleshooting steps for any known issues can be found in the StackState support Knowledge base.
To uninstall the Dynatrace StackPack and disable the Dynatrace check:
Go to the StackState UI StackPacks > Integrations > Dynatrace screen and click UNINSTALL.
All Dynatrace specific configuration will be removed from StackState.
Remove or rename the Agent integration configuration file, for example:
Restart the StackState Agent(s) to apply the configuration changes.
Dynatrace StackPack v1.1.2 (2021-06-24)
Improvement: Changed which events send DEVIATING health state
Dynatrace StackPack v1.1.1 (2021-04-12)
Improvement: Common bumped from 2.5.0 to 2.5.1
Dynatrace StackPack v1.1.1 (2021-04-02)
Feature: Gather Events from your Dynatrace instance and provides Health info about Dynatrace components.
Feature: Support for Dynatrace tags.
Improvement: Enable auto grouping on generated views.
Improvement: Common bumped from 2.2.3 to 2.5.1
Improvement: StackState min version bumped to 4.3.0
Dynatrace StackPack v1.0.0
Feature: Gathers Topology from your Dynatrace instance and allows visualization of your Dynatrace components and the relations between them.