From 77fa45eaff33632370dec651c2b612844c7503d3 Mon Sep 17 00:00:00 2001 From: Ryan Strat Date: Tue, 11 Nov 2025 16:54:58 -0500 Subject: [PATCH] Add state succeeded and failed enhanced metrics --- content/en/serverless/step_functions/enhanced-metrics.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/en/serverless/step_functions/enhanced-metrics.md b/content/en/serverless/step_functions/enhanced-metrics.md index c9729a393d55a..e0603570acd51 100644 --- a/content/en/serverless/step_functions/enhanced-metrics.md +++ b/content/en/serverless/step_functions/enhanced-metrics.md @@ -2,7 +2,7 @@ title: Enhanced metrics for AWS Step Functions --- -In addition to [ingesting integration metrics from AWS][3], Datadog generates enhanced metrics for AWS Step Functions, similar to [enhanced metrics for AWS Lambda][1]. Enhanced Step Functions metrics are distinguished by being in the `aws.states.enhanced.*` namespace. To add enhanced metrics, follow the [AWS Step Function monitoring installation instructions][3] and ensure that `DD_ENHANCED_METRICS` is set to `true`. +In addition to [ingesting integration metrics from AWS][3], Datadog generates enhanced metrics for AWS Step Functions, similar to [enhanced metrics for AWS Lambda][1]. Enhanced Step Functions metrics are distinguished by being in the `aws.states.enhanced.*` namespace. To add enhanced metrics, follow the [AWS Step Function monitoring installation instructions][3] and ensure that `DD_ENHANCED_METRICS` is set to `true`. The following enhanced Step Functions metrics are available. @@ -39,6 +39,12 @@ The following enhanced Step Functions metrics are available. `aws.states.enhanced.state.invocation_count` : Count of the number of times a state is invoked. +`aws.states.enhanced.state.succeeded` +: Count of the number of times a state has succeeded. + +`aws.states.enhanced.state.failed` +: Count of the number of times a state has failed. + `aws.states.enhanced.state.retry_count` : Gauge of the number of retries for a state.