Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/en/serverless/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ AWS Step Functions is a serverless orchestration service from Amazon Web Service
|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Step Functions monitoring][2] | Datadog's offering for monitoring AWS Step Functions, including tracing, logs, and enhanced metrics. |
| [Enhanced Step Functions metrics][3] | Metrics that go beyond the default CloudWatch metrics for Step Functions. Enhanced Step Functions metrics are in the `aws.states.enhanced.*` namespace. |
| [Trace merging with Lambda][4] | Datadog merges AWS Step Functions traces with downstream AWS Lambda traces into a single, connected trace. |
| [Trace merging with Lambda][4] | Datadog merges AWS Step Functions traces with upstream and downstream AWS Lambda traces into a single, connected trace. |
| [Distributed Map tracing][5] | Tracing for large-scale parallel workloads run with Distributed Map states. |
| [Redrive support][6] | Datadog supports tracing for redriven Step Function executions. |

Expand Down
3 changes: 1 addition & 2 deletions content/en/serverless/guide/connect_invoking_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ To instrument your Lambda functions for the first time, follow the [serverless i

Managed resources are automatically connected to your AWS Lambda functions if all of the following are true:
- Your functions are written in Node.js or Python Lambda runtimes.
- [APM with Datadog SDKs (`dd-trace`)][2] is configured on your functions. (Existing X-Ray users can alternatively configure [APM with Datadog's X-Ray integration][2] and [enrich AWS X-Ray segments with Datadog's Lambda Library][3].)
- [APM with Datadog SDKs (`dd-trace`)][2] is configured on your functions.
- The managed resource invoking your function is one of the following: API Gateway, SQS, SNS, EventBridge, Kinesis, DynamoDB, S3.
- Your functions are instrumented with a recent version of Datadog's Lambda Library (>= `v3.46.0` for Node, >= `v28` for Python).

[1]: /serverless/installation
[2]: /serverless/distributed_tracing#choose-your-tracing-library
[3]: /integrations/amazon_xray/#enriching-xray-segments-with-datadog-libraries
[4]: https://app.datadoghq.com/functions
Loading