Skip to main content

List Active Metrics

Get the list of actively reporting metrics from a given time until now.

External Documentation

To learn more, visit the Datadog documentation.

Basic Parameters

ParameterDescription
TimeSeconds since the Unix epoch.

Advanced Parameters

ParameterDescription
FilterFilter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
Cannot be combined with other filters.

Example Output

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

Workflow Library Example

List Active Metrics with Datadog and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop