get-metric-metadata
Retrieve detailed metadata for a specific metric, including its type, description, unit, and attributes, to understand its meaning and proper usage within the Datadog MCP server for monitoring and tracing.
Instructions
Retrieve detailed metadata about a specific metric, including its type, description, unit, and other attributes. Use this to understand a metric's meaning and proper usage.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
metricName | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"metricName": {
"type": "string"
}
},
"required": [
"metricName"
],
"type": "object"
}