# Step Functions

Stable

# CloudWatch Configuration

When a resource is monitored it is going to be using these CloudWatch configurations to identify the metric.

namespace dimension metrics
AWS/States StateMachineArn Available CloudWatch Metrics

# Service Defaults

When an alarm is created it will first review the service defaults to populate the CloudWatch alarm properties. After the service defaults, it will then apply the specific metric defaults if they are provided.

Alarm Property Default Value
Statistic Sum

Each statemachine that is monitored will be added to a dashboard with the default widgets.

# Default Alarm Metrics

Unless there is a tag override, each state machine that is monitored will be bootstrapped with the default alarm metrics.

  • ExecutionsFailed
  • ExecutionThrottled
  • ExecutionTime

# Supported Metrics

# ExecutionsStarted

# ExecutionThrottled

# ExecutionsAborted

# ExecutionsSucceeded

# ExecutionsFailed

# ExecutionsTimedOut

# ExecutionTime