Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Analyze distributed traces and service performance in Datadog APM.
.claude/skills/automateyournetwork-datadog-apm/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 25% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -50% | 0% |
Analyze distributed traces and service performance in Datadog APM.
| 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 |
Search for slow traces in the network service
→ search_traces(query="service:network-api @duration:>1s", time_range="1h")
Find error traces
→ search_traces(query="status:error", time_range="30m")
Get details of a specific trace
→ get_trace_details(trace_id="abc123def456")
List all services
→ list_services()
Get service performance summary
→ get_service_summary(service_name="network-api")search_traces(query="@duration:>500ms")get_trace_details(trace_id="...")search_traces(query="status:error service:network")list_services()get_service_summary(service_name="...")search_traces(query="trace_id:abc123")DD_API_KEY Datadog API keyDD_APP_KEY Datadog application keyDD_SITE Datadog site (optional, defaults to datadoghq.com)This skill uses the datadog-mcp server via remote MCP transport.
Other measured skills in the registry, with their headline benchmark lift.