Datadog Troubleshooting

Orchestrate Datadog monitors, logs, metrics, and APM traces to identify service health issues.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/kjenney/claude-devops --skill datadog-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Datadog Troubleshooting
Source: https://github.com/kjenney/claude-devops/tree/main/skills/datadog-troubleshooting
Command: npx skills add https://github.com/kjenney/claude-devops --skill datadog-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes references (resource) components.

What problem does it solve?

Querying monitors, logs, metrics, and APM traces for a given service and environment to surface actionable Datadog health issues and insights.

Core Features & Use Cases

  • Orchestrates dashboards and API queries across monitors, logs, metrics, and traces for targeted services.
  • Provides concise results with concrete next steps and a link to the Datadog UI for deeper investigation.
  • Use Case: On-call incident response to quickly identify alerts, errors, and latency hotspots affecting a service.

Quick Start

Run the run-investigation.sh script with the service name, environment, and an optional time window.

Frequently Asked Questions about Datadog Troubleshooting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I investigate Datadog service health issues across logs, metrics, and APM traces?

To investigate Datadog service health issues, you can orchestrate monitors, logs, metrics, and APM traces for a targeted service and environment. This approach surfaces actionable alerts and latency hotspots for quick root-cause discovery.

What do I need to query Datadog monitors and logs for a specific environment?

Querying Datadog monitors and logs requires Datadog API and Application Keys, a target service name, a defined environment like production or staging, and an optional time window to scope the investigation results.

Can I use this Datadog troubleshooting approach for routine health checks in staging?

Yes, this Datadog troubleshooting approach is applicable to both on-call incident response and routine health checks across production and staging environments to enable quick service health assessments and root-cause discovery.

What is the best way to quickly identify Datadog alerts and errors affecting a service?

The best way to quickly identify Datadog alerts and errors is by orchestrating dashboards and API queries across monitors, logs, metrics, and traces, which provides concise results with concrete next steps and a UI link for deeper investigation.

Does investigating Datadog metrics and traces require any specific command-line dependencies?

Yes, investigating Datadog metrics and traces using this orchestration method requires the 'jq' command-line JSON processor as a dependency to parse and format the API query outputs effectively.

How do I start a Datadog investigation once I have my service name and environment?

To start a Datadog investigation, run the run-investigation.sh script with your target service name, environment, and an optional time window to scope the orchestration of monitors, logs, metrics, and APM traces.