Get metadata about a specific metric.
This action does not support OAuth connections.
External DocumentationTo learn more, visit the Datadog documentation.

Parameters

ParameterDescription
NameName of the metric for which to get metadata.

Example Output

{
	"description": null,
	"short_name": "<string>",
	"type": "<string>",
	"unit": null,
	"per_unit": null,
	"statsd_interval": null,
	"integration": "<string>"
}

Workflow Library Example

Get Metric Metadata with Datadog and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop