Dynatrace · Arazzo Workflow
Dynatrace Ingest a Custom Metric and Verify It
Version 1.0.0
Push custom metric data via MINT, confirm the metric is registered, and query it back.
View Spec
View on GitHub
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
ingest-and-verify-metric
Ingest MINT metric lines, confirm registration, and query the data back.
Ingests custom metric data, lists metrics filtered by the metric selector to confirm the descriptor exists, and queries the data points back.
1
ingestMetric
ingestCustomMetrics
Ingest custom metric data points using the MINT line protocol. Data is processed asynchronously and accepted with a 202 status.
2
confirmDescriptor
listMetrics
List metrics filtered by the metric selector to confirm the custom metric descriptor has been registered in the environment.
3
queryBack
queryMetricData
Query the metric data points back over the time range to verify the ingested values are now retrievable.