Homeโ€บ๐Ÿ—๏ธ Track 1: Foundationโ€บModule 12 min read ยท 2/21

The Dynatrace Platform

Tutorial

The Dynatrace Platform

Dynatrace is a unified observability platform. Instead of separate tools for metrics, logs, traces, and security, everything lives in one place โ€” connected by a real-time topology map and powered by AI.

Architecture

Dynatrace Platform Architecture Your Infrastructure Hosts, containers, K8s Services, applications Databases, cloud services OneAgent (auto-instruments) โ†’ Grail Data Lakehouse Metrics ยท Logs ยท Traces ยท Events Entities ยท Business Events Schema-on-read ยท No indexes needed โ†’ Intelligence & Apps Davis AI (root cause) Dashboards ยท Notebooks Workflows ยท AppEngine DQL โ€” Dynatrace Query Language (one language for everything) Smartscape โ€” Real-time topology map of all entities

Key Components

Component       What It Does                                    Key Fact
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
OneAgent        Installed on hosts, auto-discovers everything   One agent per host, zero config
Grail           Stores ALL data (metrics, logs, traces, etc.)   Data lakehouse, schema-on-read
Smartscape      Real-time topology map of all entities          Auto-discovers relationships
Davis AI        Detects anomalies, finds root causes            Correlates across full stack
DQL             Query language for all data in Grail            One language replaces 9 tools
Workflows       Automation engine (alerts โ†’ actions)            Replaces manual runbooks
AppEngine       Build custom apps on the platform               React + TypeScript + Strato
OpenPipeline    Processes data on ingestion (parse, route)      Masking, enrichment, routing

OneAgent โ€” The Foundation

OneAgent is a single binary installed on each host. It automatically:

  • Discovers all processes, services, and dependencies
  • Instruments application code (Java, .NET, Node.js, Go, Python, PHP)
  • Captures distributed traces (PurePath) across service calls
  • Collects host metrics (CPU, memory, disk, network)
  • Injects RUM JavaScript for browser monitoring
  • Feeds everything into Grail via the Smartscape topology

Davis AI โ€” The Brain

Davis AI continuously analyzes all data and automatically:

  • Detects anomalies โ€” baseline deviations, not just static thresholds
  • Correlates events โ€” groups related issues into a single problem
  • Finds root cause โ€” traces the impact chain from user to infrastructure
  • Davis CoPilot โ€” natural language to DQL ("show me slow services")

๐Ÿ’ก Davis AI is what makes Dynatrace different from log aggregators and metric tools. Instead of hundreds of unrelated alerts, Davis gives you ONE problem with the root cause already identified.

Smartscape โ€” The Map

Smartscape is a real-time topology map showing every entity and relationship:

Application โ†’ Service โ†’ Process โ†’ Host โ†’ Data Center
     โ†“            โ†“          โ†“        โ†“
  User actions  Endpoints  Libraries  Containers
     โ†“            โ†“          โ†“        โ†“
  Sessions     Databases   Threads   Network

When Davis detects a problem, it uses Smartscape to trace the impact โ€” from a slow database query all the way up to affected users.

๐Ÿ›  Try it: Open Ctrl+K (the Dynatrace launcher) and just browse. Type "host", "logs", "dashboard", "workflow" โ€” notice how every capability is one search away. Try the Smartscape app to see your full topology as an interactive dependency graph.