Search for metrics from the last 24 hours in Datadog.

This action does not support OAuth connections.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
QueryQuery string to search metrics upon. Must be prefixed with metrics:.

Example Output

{
	"results": {
		"metrics": [
			"metrics",
			"metrics"
		]
	}
}

Workflow Library Example

List Metrics with Datadog and Send Results Via Email

Workflow Library

Preview this Workflow on desktop