datadog

Submit metrics, query logs, and manage alerts in Datadog via Robomotion CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill datadog-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datadog
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/datadog
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill datadog-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Datadog monitoring integration enables teams to push custom metrics, query logs, and manage alerts from Robomotion, consolidating monitoring workflows in a single CLI-driven tool.

Core Features & Use Cases

  • Submit custom metrics and gauge values to Datadog for real-time monitoring.
  • Create, update, and mute monitors and alerts; query logs/events to analyze incidents.
  • Schedule downtimes and manage incident responses to reduce alert fatigue.

Quick Start

Install the Datadog integration and begin submitting metrics using the robomotion datadog commands.

Frequently Asked Questions about datadog

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

FAQPage Schema
How do I submit custom metrics to Datadog for infrastructure monitoring?

To submit custom metrics for infrastructure monitoring, use session-based CLI commands to push gauge values to Datadog. The integration connects via vault-based authentication and outputs standardized JSON, consolidating real-time metric submission within your automation workflows.

Can I create and mute Datadog monitors to reduce alert fatigue during maintenance?

Yes, you can create and mute Datadog monitors to reduce alert fatigue. The integration provides CLI commands to create monitors for alerts and schedule downtimes, enabling automated incident response management and maintenance workflows without manual intervention.

What's the best way to query Datadog logs and timeseries data programmatically?

The best way to query Datadog logs and timeseries data programmatically is using session-based integration commands. After establishing a connection, execute timeseries queries to analyze incidents and retrieve standardized JSON outputs for downstream infrastructure monitoring and response workflows.

Does this Datadog integration require storing API keys in a specific authentication vault?

Yes, the Datadog integration requires vault-based authentication to manage API keys securely. Before executing CLI commands to submit metrics or create monitors, establish a session using the connection command to ensure secure credential handling across cloud and on-prem systems.

How do I schedule downtime for Datadog alerts during planned maintenance windows?

To schedule downtime for Datadog alerts during planned maintenance, use the dedicated downtime creation CLI command. This function mutes monitors programmatically, reducing alert fatigue and ensuring incident response workflows are paused during infrastructure updates.

Why use a CLI-driven approach for Datadog monitoring instead of manual dashboard configuration?

A CLI-driven approach for Datadog monitoring automates metric submission, log querying, and alert management within existing workflows. It replaces manual dashboard configuration by executing session-based commands that output standardized JSON, consolidating infrastructure monitoring tasks programmatically.