metrics

Retrieve and submit Datadog time-series metrics via the Metrics API.

Updated Jan 14, 2022
One-click install
npx skills add https://github.com/alexmarucci/dotfiles --skill metrics-alexmarucci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metrics
Source: https://github.com/alexmarucci/dotfiles/tree/main/claude/skills/metrics
Command: npx skills add https://github.com/alexmarucci/dotfiles --skill metrics-alexmarucci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pup, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of querying, submitting, and managing Datadog metrics, simplifying time-series data retrieval and custom metric submission.

Core Features & Use Cases

  • Query Metrics: Retrieve time-series data for any metric with flexible time ranges.
  • List Metrics: Discover available metrics with optional filtering.
  • Submit Metrics: Send custom metric data to Datadog with user confirmation.
  • Get Metadata: Retrieve metadata about specific metrics.
  • Use Case: For a DevOps team, this Skill can automate the process of monitoring and alerting on critical system metrics, reducing manual workload and improving incident response times.

Quick Start

Use the metrics skill to query the CPU usage for the last hour.

Frequently Asked Questions about metrics

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

FAQPage Schema
How do I query Datadog metrics for time-series data over a specific time range?

Submit custom Datadog metrics by sending time-series data directly to the Datadog Metrics API. The Skill requires user confirmation before posting custom metric data points, ensuring secure data ingestion for system monitoring.

What's the best way to list and filter available Datadog metrics?

Submit custom Datadog metrics by sending time-series data points to the Datadog Metrics API. The Skill includes user confirmation before submission, ensuring secure and precise custom metric ingestion for system monitoring workflows.

Does this Skill require the pup CLI tool to manage Datadog metrics?

Yes, managing Datadog metrics requires the pup CLI tool to execute Datadog API commands and handle user environment variables. This dependency enables secure authentication and interaction with the Datadog Metrics API.

Can I retrieve metadata for specific Datadog metrics to understand their configuration?

Retrieve metadata for specific Datadog metrics to understand their configuration and context. The Skill fetches this metadata directly from the Datadog Metrics API, providing details necessary for accurate system monitoring and custom metric management.

Why submit custom metrics to Datadog instead of relying on default system monitoring?

Submit custom metrics to Datadog to track application-specific time-series data beyond default monitoring. This enables DevOps teams to automate alerting on critical custom metrics, reducing manual workload and improving incident response times.