Datadog Labs/dd-apm — Agent Skills | officialskills.sh
Back to skills

dd-apm

Lets you query Datadog APM data from your editor.

Setup & Installation

npx skills add https://github.com/datadog-labs/agent-skills --skill dd-apm
or paste the link and ask your coding assistant to install it
https://github.com/datadog-labs/agent-skills/tree/main/dd-apm
View on GitHub

What This Skill Does

Lets you query Datadog APM data from your editor. Search traces, list services, view dependency maps, and check latency or error rates across distributed systems using the Datadog Labs Pup CLI.

Instead of switching to the Datadog web UI and clicking through dashboards, you can pull trace data and service stats directly in your workflow with short CLI commands.

When to use it

  • Searching for slow traces on a specific service after a deploy
  • Listing all services and their error rates in a given environment
  • Pulling up the dependency map for a microservice to find upstream bottlenecks
  • Checking request latency percentiles before and after a config change
  • Finding error traces tied to a specific API endpoint