list_metrics
Discover and browse available Datadog metrics to identify relevant data before querying, with filtering and pagination options.
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 |