get-metrics
Discover and list available metrics from Datadog to use in monitors or dashboards. Optionally search for specific metrics by pattern using the q parameter.
Instructions
List available metrics from Datadog. Optionally use the q parameter to search for specific metrics matching a pattern. Helpful for discovering metrics to use in monitors or dashboards.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"q": {
"type": "string"
}
},
"type": "object"
}