query-metrics
Query Datadog time-series metrics with any metric query syntax to retrieve data within a specified time range.
Instructions
Query time-series metric data from Datadog. Supports any Datadog metric query syntax (e.g., avg:system.cpu.user{host:myhost} by {env})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Datadog metric query. Example: avg:system.cpu.user{host:myhost} by {env} | |
| from | Yes | Start time as Unix epoch seconds | |
| to | Yes | End time as Unix epoch seconds |