list_metrics
Discover available Datadog metrics to identify and select appropriate ones for monitoring and querying, with optional filtering by tags.
Instructions
List all available metrics from Datadog. Useful for discovering metrics before querying them with get_metrics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional filter to search for metrics by tags (e.g., 'aws:*', 'env:*', 'service:web'). Leave empty to list all metrics. | |
| limit | No | Maximum number of metrics to return | |
| cursor | No | Pagination cursor from previous response (for getting next page) | |
| format | No | Output format | list |