datadog-metrics
Installation
SKILL.md
Datadog Metrics Skill
Query metrics and explore dashboards in Datadog.
Tools
| Tool | Description |
|---|---|
query_metrics |
Execute metric queries with aggregations |
list_metrics |
List available metrics matching a pattern |
get_metric_metadata |
Get metadata for a specific metric |
list_dashboards |
List all available dashboards |
get_dashboard |
Get dashboard definition and widgets |
Example Queries
Query CPU utilization for network devices
→ query_metrics(query="avg:system.cpu.user{role:network_device} by {host}", time_range="1h")