By Dynatrace
Dynatrace observability skills. DQL query patterns, application and infrastructure monitoring, log analysis, problem investigation, and incident response workflows. Use with dtctl or the Dynatrace MCP server (https://docs.dynatrace.com/docs/shortlink/dynatrace-mcp-server) for live platform access.
End-to-end Dynatrace alerting lifecycle — anomaly detector setup and model selection (static threshold, adaptive baseline, seasonal baseline), alert event storage in Grail, problem grouping and denoising by root cause analysis, and workflow-based notification routing (email, Slack, ServiceNow, webhook). Use when configuring alerting, choosing between detector types, querying alert event history, understanding why alerts merged into a problem, or setting up problem-triggered notifications.
Work with Dynatrace dashboards - create, modify, query, and analyze dashboard JSON including tiles, layouts, DQL queries, variables, and visualizations.
Work with Dynatrace notebooks - create, modify, query, and analyze notebook JSON including sections, DQL queries, and visualizations.
Core DQL syntax, pitfalls, query patterns, and query optimization. Load to write, build, fix, or OPTIMIZE a DQL query — prevents syntax errors and makes queries faster, more efficient, and cheaper (less data scanned = lower query consumption/cost per run). Covers fetch commands, data models, field namespaces, time alignment, entity/smartscape patterns, metric discovery, and performance/cost optimization (filter early, bucket filters, short time ranges, field selection, sampling, cardinality). Trigger: "write/build/fix a DQL query", "DQL syntax", "query logs/spans/metrics", "create a timeseries", "optimize my DQL", "make my query faster/cheaper", "reduce DQL cost/consumption/scanned data", "keep DQL cost under control". Do NOT use to explain an existing query or answer product questions. For MONITORING a tenant's ACTUAL query consumption/billing (how much queries cost, who scanned most, cost trends) use dt-platform-costs — this tunes the query text, not billing data.
Dynatrace server-side JS runtime — function contract, runtime limits, Web APIs, Node.js modules, fetch with credential vault, and the @dynatrace-sdk/* catalog.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Everything AI agents need to work with Dynatrace, starting with skills.
Skills are portable knowledge packages following the Agent Skills open format. They give AI coding agents the domain-specific context to query, analyze, and interpret Dynatrace data. They work with Claude Code, GitHub Copilot, Cursor, OpenCode, Gemini CLI, and 30+ other compatible tools.
npx skills add dynatrace/dynatrace-for-ai
Works with Claude Code, Cursor, Cline, GitHub Copilot, OpenCode, and other compatible agents.
claude plugin marketplace add dynatrace/dynatrace-for-ai
claude plugin install dynatrace@dynatrace-for-ai
The plugin includes the Dynatrace MCP server. Set these environment variables before starting Claude Code to connect it to your environment:
export DT_ENVIRONMENT=https://<env>.apps.dynatrace.com # e.g. https://abc12345.apps.dynatrace.com
export DT_PLATFORM_TOKEN=<your-platform-token>
Update with claude plugin marketplace update && claude plugin update dynatrace@dynatrace-for-ai.
Copy skill directories into your agent's skills path (.agents/skills/, .claude/skills/, .cursor/skills/, etc.).
Skills provide knowledge only. To run live queries and manage your environment, pair them with a tool.
dtctl is a kubectl-style CLI for the Dynatrace platform. It ships with its own Agent Skill that teaches agents how to operate it.
brew install dynatrace-oss/tap/dtctl # Install
dtctl auth login --context my-env \
--environment "https://<env>.apps.dynatrace.com" # Authenticate
npx skills add dynatrace-oss/dtctl # Install the dtctl skill
dtctl doctor # Verify setup
Or install the dtctl skill with dtctl itself: dtctl skills install
The Dynatrace MCP server provides Dynatrace API access via MCP. The Claude Code plugin bundles the MCP server configuration automatically — just set DT_ENVIRONMENT and DT_PLATFORM_TOKEN as shown above. For other agents that support MCP natively, see the MCP server docs.
| Skill | Description |
|---|---|
| dt-dql-essentials | DQL syntax rules, common pitfalls, and query patterns. Load this before writing any DQL. |
| Skill | Description |
|---|---|
| dt-obs-services | Service RED metrics and runtime telemetry for .NET, Java, Node.js, Python, PHP, and Go. |
| dt-obs-frontends | Real User Monitoring, Web Vitals, user sessions, mobile crashes, and frontend errors. |
| dt-obs-tracing | Distributed traces, spans, service dependencies, and failure detection. |
| dt-obs-hosts | Host and process metrics: CPU, memory, disk, network, and containers. |
| dt-obs-kubernetes | Kubernetes clusters, pods, nodes, workloads, labels, and resource relationships. |
| dt-obs-aws | AWS resources: EC2, RDS, Lambda, ECS/EKS, VPC, load balancers, and cost optimization. |
| dt-obs-azure | Azure resources: VMs, VMSS, SQL Database, Storage, AKS, App Service, Functions, VNet, Event Hubs, Container Apps, and Key Vault. |
| dt-obs-gcp | GCP resources: Compute Engine, GKE, Cloud Run, Pub/Sub, VPC, DNS, IAM, and Secret Manager. |
| dt-obs-logs | Log queries, filtering, pattern analysis, and log correlation. |
| dt-obs-problems | Problem entities, root cause analysis, impact assessment, and problem correlation. |
| dt-obs-predictive-analytics | Time series forecasting, capacity saturation planning, and trend/anomaly detection across hosts, services, and infrastructure. |
| dt-alerting | End-to-end alerting lifecycle: anomaly detector setup, alert events in Grail, problem grouping, and workflow notification routing. |
npx claudepluginhub dynatrace/dynatrace-for-ai --plugin dynatraceCollect comprehensive infrastructure performance metrics
Production reliability and observability across all environments. Master Datadog, CloudWatch, monitoring, incident response, SRE practices, and audit logging for enterprise compliance.
Skills, agents, and workflows for Honeycomb observability — query patterns, production investigations, SLOs, OpenTelemetry instrumentation, and Beeline migration. Designed to complement the Honeycomb MCP server.
Editorial "Observability & Monitoring" bundle for Claude Code from Antigravity Awesome Skills.
Query and investigate traces, logs, and metrics from an OpenSearch-based observability stack using PPL and PromQL
Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards