query_metrics
Retrieve timeseries data for Datadog metrics by specifying time periods and query parameters to analyze system performance.
Instructions
Query timeseries points of metrics from Datadog
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Start of the queried time period, seconds since the Unix epoch. | |
| to | Yes | End of the queried time period, seconds since the Unix epoch. | |
| query | Yes | Datadog metrics query string. e.g. "avg:system.cpu.user{*} |