datadog_metrics_catalog_list
Discover available Datadog metric names ingested since a timestamp, optionally filtered by host. Use this to find metrics before querying their timeseries.
Instructions
List metrics in the Datadog catalog (/api/v1/metrics). Distinct from datadog_metrics_query: returns metric names (e.g. system.cpu.user) ingested since from, optionally filtered by host — use this to discover what to query, then datadog_metrics_query to fetch the actual timeseries. Read-only. Mirrors omni-dev datadog metrics catalog list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Cutoff in Unix epoch seconds (e.g. `1700000000`); only metrics ingested since this timestamp are returned. Optional. | |
| host | No | Filter by host (e.g. `web-01`). Optional; omit for all hosts. |