External DocumentationTo learn more, visit the Datadog documentation.
Actions
Get Metric Metadata
Get metadata about a specific metric.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | Name of the metric for which to get metadata. |
{
"description": null,
"short_name": "<string>",
"type": "<string>",
"unit": null,
"per_unit": null,
"statsd_interval": null,
"integration": "<string>"
}
Was this page helpful?