moego:datadog

Query and correlate Datadog logs, traces, and service dependencies to troubleshoot incidents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MoeGolibrary/moego-skills --skill moego-datadog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moego:datadog
Source: https://github.com/MoeGolibrary/moego-skills/tree/main/skills/datadog
Command: npx skills add https://github.com/MoeGolibrary/moego-skills --skill moego-datadog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dateutil, and includes scripts (resource) components.

What problem does it solve?

Datadog is a platform for observability, but teams often struggle to quickly correlate logs, traces, and service dependencies to diagnose incidents. This skill provides a unified toolkit to query logs, inspect traces, and map dependency graphs from within Datadog.

Core Features & Use Cases

  • Quick access to logs via Datadog API queries and log search commands.
  • Trace parsing and visualization support for span-level insights.
  • Service dependency analysis to map upstream/downstream relationships across environments.
  • Use case: when a service fails, fetch recent logs, related traces, and the dependency map to determine root cause.

Quick Start

Use the Datadog Skill to fetch logs, traces, and dependencies for a given service from Datadog.

Frequently Asked Questions about moego:datadog

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

FAQPage Schema
How do I query Datadog logs, traces, and dependencies to troubleshoot an incident?

Datadog logs, traces, and dependencies are queried via a deterministic CLI-driven workflow using modular scripts, which fetch and correlate log searches, trace span analysis, and dependency mapping across environments.

Can I map service dependencies across different environments like ns-testing and ns-production in Datadog?

Yes, you can map service dependencies across environments like ns-testing and ns-production. The Skill retrieves upstream and downstream service relationships to help diagnose incidents and determine root causes.

What is the best way to parse trace spans and analyze service failures in Datadog?

Analyzing service failures in Datadog is best handled by correlating recent logs, related trace spans, and the dependency map to determine root cause. This Skill provides a unified toolkit to fetch and correlate this data.

Do I need to set up environment variables to authenticate Datadog API queries?

Yes, you need to configure environment variables for credential handling. The Skill satisfies Datadog API authentication by relying on environment variables passed to the modular retrieval scripts.

Does this Datadog query tool support visualization for trace span insights?

Yes, the tool supports trace parsing and visualization for span-level insights. It fetches trace data via Datadog API queries, allowing you to inspect spans and correlate them with logs and dependencies.

Why does my Datadog incident response fail to correlate logs with service dependency maps?

Datadog incident response fails to correlate logs with dependency maps when teams lack a unified toolkit. This Skill solves that by applying modular scripts to query and correlate logs, traces, and dependencies.