Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/en/serverless/step_functions/enhanced-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
Loading