When you need to dig into distributed traces in Dynatrace rather than just looking at service-level metrics, this skill handles the DQL queries for span analysis. It covers the usual suspects: finding slow requests over a threshold, tracking down failed spans by HTTP status or exception type, mapping service dependencies, and looking up specific trace IDs. The skill doc walks through span kinds (server, client, consumer, producer), shows how to filter for root spans versus internal operations, and includes practical patterns for percentile calculations and sampling extrapolation. It's focused on the trace level, so you'd switch to other skills for logs, problems, or service RED metrics.
npx skills add https://github.com/dynatrace/dynatrace-for-ai --skill dt-obs-tracing