From aws-skills-for-claude-code
Queries Dynatrace logs, metrics, traces, problems, vulnerabilities, and Kubernetes events using DQL. Converts natural language to DQL, explains queries, and accesses Davis AI insights.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:dynatraceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- execute_dql - Execute DQL queries against GRAIL data lake
fetch <table> | filter <condition> | fields <columns> | summarize <agg> | sort | limit
"ERROR" ✅ 'ERROR' ❌summarize count(), by:{x}id == "A" or id == "B"timestamp > now() - 1h-- Error analysis
fetch logs | filter loglevel == "ERROR" and timestamp > now() - 1h
| summarize cnt = count(), by:{k8s.deployment.name} | sort cnt desc
-- Service metrics
timeseries avg(dt.service.request.response_time),
from: now() - 6h, filter: dt.entity.service == "SERVICE-123"
{
"mcpServers": {
"dynatrace": {
"command": "npx",
"args": ["-y", "@dynatrace-oss/dynatrace-mcp-server@latest"],
"env": {
"DT_ENVIRONMENT": "https://your-tenant.apps.dynatrace.com",
"DT_API_TOKEN": "$DT_API_TOKEN"
}
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeGuides debugging of Kubernetes applications and alerts using VictoriaMetrics metrics, VictoriaLogs, VictoriaTraces via 4-phase protocol with subagents.
Queries Datadog logs, metrics, APM traces, RUM events, incidents, and monitors for production debugging and performance analysis. Activates on Datadog, APM traces, or RUM mentions.
Automates Datadog tasks via Rube MCP: query metrics, search logs, manage monitors/dashboards, create events and downtimes. Requires active Datadog connection.