Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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