Dynatrace / APM & Observability

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.

Staff Pick

📡 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.

Start Free →

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:

Dynatrace SaaS Clusters: Per-cluster health for all Dynatrace SaaS environments globally. Your tenant runs on a specific cluster — find yours via your tenant URL prefix
OneAgent Connectivity: Status of OneAgent communication paths to Dynatrace clusters — whether agents can report data and receive configuration updates
ActiveGate Connectivity: Status of ActiveGate services used for on-premise and hybrid deployments, extension framework, and synthetic monitoring execution
Dynatrace REST API: The API used by Dynatrace integrations, automation, and DevOps pipelines (DQL queries, dashboards, metrics push, problems/events)
Dynatrace Hub / Extensions: Status of extension downloads, Dynatrace Hub browsing, and the extension activation framework
Synthetic Monitoring: Synthetic browser and API monitoring engine — if down, scheduled synthetic checks stop executing and alerting based on synthetics is suspended

What Each Dynatrace Status Means

Operational: All Dynatrace SaaS systems are working normally. Dashboards load, OneAgents report data, alerts fire, and APIs respond. If your tenant is still slow, check your browser console for slow API responses specific to your tenant.
Degraded Performance: Dynatrace is accessible but experiencing elevated latency, slow dashboard rendering, delayed data ingestion, or higher-than-normal API response times. OneAgent data may appear with a lag.
Partial Outage: A specific cluster, region, or Dynatrace service is affected. Often a single service like Synthetic Monitoring or the REST API is impacted while core SaaS tenants remain accessible. Check which specific service is affected — your monitoring data collection may be fine even if synthetic checks are paused.
Major Outage: Dynatrace SaaS tenants are broadly inaccessible or data ingestion has stopped. OneAgents buffer data locally during this period and sync when connectivity is restored. Your monitored applications continue running normally — you lose observability, not application uptime.
Under Maintenance: Planned maintenance window. Dynatrace announces maintenance in advance at status.dynatrace.com. During maintenance, tenant access may be intermittent, but OneAgent data collection typically continues with delayed ingestion.
📡
Recommended

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

1.

Official Dynatrace Status Page

Visit status.dynatrace.com for per-cluster status. Subscribe to email notifications for your specific cluster.

status.dynatrace.com →
2.

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.

3.

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 issues
4.

X/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' →
5.

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 trial

Stop 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

Never Miss a Dynatrace Outage Again

Monitor your Dynatrace tenant independently — know when your observability platform is down before your team starts asking questions.

Try Better Stack Free — No Credit Card Required

Or use APIStatusCheck Alert Pro — API monitoring from $9/mo

🌐 Can't Access Dynatrace?

If Dynatrace is working for others but not for you, it might be an ISP or regional issue. A VPN can help bypass network-level blocks and routing problems.

🔒

Troubleshoot with a VPN

Connect from a different region to test if the issue is local to your network. Also protects your connection on public Wi-Fi.

Try NordVPN — 30-Day Money-Back Guarantee
🔑

Secure Your Dynatrace Account

Service outages are a common time for phishing attacks. Use a password manager to keep unique, strong passwords for every account.

Try NordPass — Free Password Manager
Quick ISP test: Try accessing Dynatrace on mobile data (Wi-Fi off). If it works, the issue is with your ISP or local network.

⏳ While You Wait — Try These Alternatives

🛠 Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

We use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.

Free tier · Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

After covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.

SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

We use SEMrush to track how our API status pages rank and catch site health issues early.

From $129.95/moTry SEMrush Free
View full comparison & more tools →Affiliate links — we earn a commission at no extra cost to you