datadog_metrics_catalog_list
Retrieve Datadog metric names ingested since a given timestamp, optionally filtered by host.
Instructions
List metrics in the Datadog catalog (/api/v1/metrics). Distinct from datadog_metrics_query: returns metric names ingested since from, optionally filtered by host. Mirrors omni-dev datadog metrics catalog list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Cutoff in Unix epoch seconds; only metrics ingested since this timestamp are returned. | |
| host | No | Filter by host (e.g. `web-01`). |