Dynatrace · Arazzo Workflow
Dynatrace Query a Metric and Raise an Alert Event
Version 1.0.0
Confirm a metric exists, query its data points, and raise a custom alert event.
View Spec
View on GitHub
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
metric-threshold-alert
Read a metric, query its data, and raise a custom alert event.
Confirms a metric descriptor exists, queries its data points over a time range scoped to an entity selector, and ingests a custom alert event.
1
getDescriptor
getMetricDescriptor
Read the metric descriptor to confirm the metric exists and to learn its unit and supported aggregation types before querying data.
2
queryData
queryMetricData
Query data points for the metric selector over the time range, scoped to the supplied entity selector and resolution.
3
raiseAlertEvent
ingestEvent
Ingest a CUSTOM_ALERT event onto the affected entities' timeline, attaching the metric key and reading as properties.
Source API Descriptions
openapi