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
Parameter | Description |
---|---|
Time | Seconds since the Unix epoch. |
Advanced Parameters
Parameter | Description |
---|---|
Filter | Filter 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
Preview this Workflow on desktop