Your dashboards don’t lie, but they often whisper. Metrics and logs tell you something’s wrong, yet the story ends where your monitoring scope does. That’s where connecting Dynatrace with Redash changes the plot. It turns scattered telemetry into structured insight you can actually act on.
Dynatrace gives you deep observability into distributed systems, capturing anomalies, traces, and infrastructure health in one view. Redash, on the other hand, is the query whisperer. It lets analysts and engineers pull data from SQL, APIs, or scripts and visualize it without wrestling a spreadsheet. When these two meet, you get the best of both worlds: live performance data from Dynatrace feeding flexible dashboards in Redash, complete with shared queries, alerts, and controlled access.
Integration is straightforward because both sides speak standard APIs. Dynatrace exposes metrics and problem endpoints that Redash can query periodically. The logic is simple: authenticate with an API token, request metrics by entity or timeframe, and visualize results inside Redash workspaces. The real trick is managing identity and permissions so developers can explore data safely without opening the floodgates.
In a secure setup, you map Dynatrace API tokens to service accounts or delegated identities governed by your IdP, often through OIDC or SAML using a provider like Okta or Azure AD. Each team gets a read-only scope for its environments. For better hygiene, rotate tokens monthly and log every query request. If something looks suspicious, you’ll have the audit trail ready.
Quick answer: To connect Dynatrace and Redash, generate a Dynatrace API token with metric access, add it as a data source in Redash, test the connection, then build queries from available metrics or problems. Configure role-based access control to manage who can view or change queries.