Datadog · Arazzo Workflow
Datadog Create a Log-based Metric
Version 1.0.0
Create a log-based metric from a query then read it back.
Provider
Workflows
create-log-metric
Create a log-based metric then get it by id.
Creates a count log-based metric over the supplied query, then retrieves the metric by id to confirm its filter and compute settings persisted.
1
createMetric
CreateLogsMetric
Create a new log-based metric that counts log events matching the supplied query.
2
getMetric
GetLogsMetric
Retrieve the newly created log-based metric by its id to confirm it was stored with the expected filter and compute configuration.