Get metadata about a specific metric.

This action does not support OAuth connections.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
NameName of the metric for which to get metadata.

Example Output

{
	"description": "description",
	"integration": "integration",
	"per_unit": "second",
	"short_name": "short_name",
	"statsd_interval": 0,
	"type": "count",
	"unit": "byte"
}

Workflow Library Example

Get Metric Metadata with Datadog and Send Results Via Email

Preview this Workflow on desktop