datadog-apm
Installation
SKILL.md
Datadog APM Skill
Analyze distributed traces and service performance in Datadog APM.
Tools
| Tool | Description |
|---|---|
search_traces |
Search traces with query syntax and filters |
get_trace_details |
Get detailed span information for a trace |
list_services |
List all instrumented services |
get_service_summary |
Get service health and performance summary |
Example Queries
Search for slow traces in the network service
→ search_traces(query="service:network-api @duration:>1s", time_range="1h")