Dynatrace Status: How to Check If Dynatrace Is Down Right Now (2026)
Updated June 2026 · 7 min read · API Status Check
Quick Answer
Check Dynatrace status at status.dynatrace.com (official) for real-time per-cluster SaaS status, or try loading your tenant URL directly at yourtenant.live.dynatrace.com.
📡 Monitor your APIs — know when they go down before your users do
Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.
Affiliate link — we may earn a commission at no extra cost to you
The Official Dynatrace Status Page
Dynatrace maintains an official status page at status.dynatrace.com. It shows real-time status per cluster and service:
What Each Dynatrace Status Means
Monitor your Dynatrace tenant independently
Better Stack monitors your Dynatrace tenant URL from multiple global locations — so you know when your observability platform is down, and can keep monitoring your applications even when Dynatrace is unavailable. Free tier included.
Try Better Stack Free →Understanding Dynatrace SaaS Architecture: Why Cluster Matters
Dynatrace SaaS runs on a multi-cluster architecture. Your tenant is hosted on a specific cluster, and incidents are almost always cluster-specific:
Find Your Cluster from Your Tenant URL
Your Dynatrace tenant URL is formatted as https://[envid].live.dynatrace.com. The environment ID (8 alphanumeric characters) maps to a specific cluster. When checking status.dynatrace.com, look for your specific environment prefix or the cluster region (US, EU, APAC) your account was provisioned in.
OneAgent Buffering During Outages
When a Dynatrace SaaS cluster is unavailable, OneAgents don't stop collecting data — they buffer it locally (up to ~1GB by default). When the cluster recovers, agents flush their buffers and you see a retrospective data fill-in. This means you don't lose monitoring data during short outages, though dashboards and alerts are blind during the incident.
ActiveGate as Buffer for On-Prem
Organizations using ActiveGate for on-premise deployments have an additional buffer layer. ActiveGate buffers OneAgent data locally before forwarding to Dynatrace SaaS — providing an extended buffer during cluster outages. Check ActiveGate local storage settings for your buffer capacity.
Dynatrace Managed vs. SaaS
Dynatrace Managed is a self-hosted version where you operate the Dynatrace cluster on your own infrastructure. Managed outages are caused by your infrastructure, not Dynatrace cloud. status.dynatrace.com tracks SaaS clusters only — if you run Managed, you need your own internal status monitoring.
5 Ways to Check Dynatrace Status Right Now
Official Dynatrace Status Page
Visit status.dynatrace.com for per-cluster status. Subscribe to email notifications for your specific cluster.
status.dynatrace.com →Try Loading Your Tenant Directly
Navigate to your tenant URL (yourtenant.live.dynatrace.com). A slow login or dashboard load is often the first signal of cluster degradation before it appears on the status page.
Check Dynatrace REST API Health
The Dynatrace REST API health endpoint returns cluster status for your specific tenant environment.
# Check Dynatrace tenant API health
curl -s -o /dev/null -w "%{http_code} — %{time_total}s\n" \
"https://YOUR_TENANT_ID.live.dynatrace.com/api/v2/metrics?pageSize=1" \
-H "Authorization: Api-Token YOUR_TOKEN"
# 200 = healthy, 503/timeout = cluster issuesX/Twitter Search
Search 'Dynatrace down' or 'Dynatrace outage' on X. Enterprise APM outages get reported quickly by DevOps and SRE teams.
Search X for 'dynatrace down' →Dynatrace Community & Support
Check the Dynatrace Community forum or contact Dynatrace Support with your tenant ID. Support can confirm cluster-specific issues that may not be reflected on the public status page.
Dynatrace Community →Common Dynatrace Errors During Outages
These are the errors and symptoms you'll see when Dynatrace is experiencing issues:
"Tenant login page not loading / timeout"The Dynatrace SaaS cluster hosting your tenant is unavailable. Try a hard refresh, check your network (not a proxy/firewall issue), then check status.dynatrace.com for your cluster."Dashboards loading but showing no data"Data ingestion may have been paused during an earlier outage, or your cluster is in degraded state. Check the Dynatrace status page for data ingestion issues. OneAgent buffered data typically backfills within minutes of recovery."OneAgents showing DISCONNECTED in host monitoring"Agent connectivity to the cluster is broken. During SaaS outages this is expected — agents are buffering data locally. Check whether the disconnect time aligns with the outage window on status.dynatrace.com."REST API returning 503 or connection timeout"The Dynatrace REST API for your tenant environment is unavailable. Automation pipelines, integrations, and DQL queries will fail. Implement retry logic with exponential backoff for critical automations."Synthetic checks stopped / no results"The Dynatrace Synthetic Monitoring engine is not executing scheduled checks. During this period, synthetic-based alerts will not fire — meaning you may miss external availability issues for your own services. Consider running a secondary synthetic monitor on critical endpoints."Problems not firing / alert suppression suspected"If Dynatrace problem detection is delayed, check whether your AI causation engine (Davis AI) has access to current data. During cluster degradation, problem detection accuracy drops because Davis AI has incomplete signal data.What to Do When Dynatrace Is Down
Immediate Response
- Confirm on status.dynatrace.com for your cluster — not just the global status
- Remember: your applications are still running, you've lost observability only
- Switch to backup monitoring if critical — check cloud-native metrics (AWS CloudWatch, Azure Monitor)
- Pause automated remediation workflows that depend on Dynatrace problem events
- Alert your SRE team to monitor logs and APM data from secondary sources
Long-Term Resilience
- Keep cloud-native monitoring (CloudWatch/Azure Monitor) active as a baseline fallback
- Export critical metrics to a secondary system (Prometheus, Grafana) for redundancy
- Set up synthetic monitors outside of Dynatrace for your most critical user journeys
- Increase ActiveGate buffer size for longer resilience during cluster outages
- Document your observability fallback runbook before the next outage
Frequently Asked Questions
Where is the official Dynatrace status page?
Dynatrace's official status page is at status.dynatrace.com. It shows real-time status per SaaS cluster, with separate tracking for OneAgent connectivity, REST API, synthetic monitoring, and Dynatrace Hub. Subscribe to notifications by cluster for targeted alerts.
If Dynatrace is down, are my applications still being monitored?
Yes — your applications keep running. OneAgents continue collecting performance data locally when they lose connectivity to the Dynatrace SaaS cluster. This buffered data is synced back to Dynatrace when connectivity restores. What you lose is visibility: dashboards, alerts, problem detection, and synthetic monitoring stop functioning during the outage.
How long does Dynatrace take to backfill data after an outage?
OneAgents typically backfill buffered data within minutes of cluster recovery — the speed depends on how much was buffered and cluster load during recovery. For short outages (under 1 hour), data gaps are usually filled within 5-15 minutes of recovery. For longer outages exceeding the agent buffer capacity (~1GB), some metric data may be permanently lost.
Is Dynatrace down or is it just slow?
Distinguish between: (1) Tenant inaccessible = cluster outage, check status.dynatrace.com. (2) Dashboards load but data is missing = data ingestion lag, check for partial outage on status page. (3) Dashboards slow = cluster degraded performance. (4) OneAgents disconnected = check if disconnect time matches a status page incident. (5) Only your tenant affected = contact Dynatrace support with your tenant ID.
How does Dynatrace compare to Datadog for reliability?
Both Dynatrace and Datadog are enterprise-grade observability platforms with strong uptime records. Dynatrace's OneAgent buffering provides a resilience advantage during SaaS outages — Datadog agents also buffer locally. Both have experienced cluster-specific incidents. For enterprises, running both platforms simultaneously or maintaining a secondary metrics store (Prometheus/Grafana) is the most resilient architecture.
Alert Pro
14-day free trialStop checking — get alerted instantly
Next time Dynatrace goes down, you'll know in under 60 seconds — not when your users start complaining.
- Email alerts for Dynatrace + 9 more APIs
- $0 due today for trial
- Cancel anytime — $9/mo after trial