datadog

Query and analyze Datadog logs, metrics, and monitors via the Datadog API.

1|Updated May 12, 2018
One-click install
npx skills add https://github.com/tbroadley/dotfiles --skill datadog-tbroadley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datadog
Source: https://github.com/tbroadley/dotfiles/tree/main/claude/skills/datadog
Command: npx skills add https://github.com/tbroadley/dotfiles --skill datadog-tbroadley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides programmatic access to Datadog data, enabling users to query logs, metrics, monitors, and dashboards from a single interface without manual navigation.

Core Features & Use Cases

  • Log and metric queries: Retrieve, filter, and analyze logs and metrics across services and environments.
  • Monitor and incident checks: List and inspect monitors, alerts, and incidents to triage issues.
  • Automation and integration: Integrate Datadog data into custom dashboards, reports, or automation workflows.

Quick Start

Use the skill to fetch the latest error logs for a service or to check current monitor statuses and incident counts.

Frequently Asked Questions about datadog

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

FAQPage Schema
How do I query Datadog logs and metrics programmatically for incident investigation?

Query Datadog logs and metrics programmatically by using the Datadog API to retrieve, filter, and analyze data across services. This enables direct incident investigation and performance monitoring from a single interface without manual dashboard navigation.

What credentials are required to interact with Datadog monitors and alerts?

Interacting with Datadog monitors and alerts requires API credentials including DD_API_KEY and DD_APP_KEY, along with a target DD_SITE. These credentials authenticate requests to list and inspect monitors or triage active incidents.

Can I integrate Datadog data into custom dashboards and automation workflows?

You can integrate Datadog data into custom dashboards, reports, and automation workflows by querying logs, metrics, and monitors via the API. This provides programmatic access to Datadog resources for automated alert management and performance tracking.

Does this approach work for monitoring performance across multiple services and environments?

Monitoring performance across multiple services and environments is supported by querying Datadog metrics and logs via the API. It retrieves and filters data across your infrastructure to provide visibility into service health and incident status.

What is the best way to check current Datadog monitor statuses and incident counts?

The best way to check Datadog monitor statuses and incident counts is to query the Datadog API directly. It lists and inspects monitors and alerts, allowing you to triage issues and assess current operational state without manual navigation.

Why use API queries instead of manual navigation for Datadog log analysis?

Using API queries for Datadog log analysis eliminates manual navigation by providing programmatic access to filter and analyze logs across environments. This streamlines incident investigation and performance monitoring into a single automated interface.