Commit 71ba1f2
committed
feat(instrumentation-aws-sdk): Add semconv attributes for AWS Step Functions
This PR adds the aws.step_functions.activity.arn and aws.step_functions.state_machine.arn semantic convention attributes for the following AWS resources:
AWS Step Functions SDK
The ARNs are extracted from request objects, and this behavior is covered by unit tests.
Tests Run:
npm run compile
npm run lint
npm run test
All newly added tests pass, and no regressions were found.
Backward Compatibility:
This change is fully backward compatible. It introduces instrumentation for an additional AWS resource without modifying existing behavior in the auto-instrumentation library.1 parent 8a93515 commit 71ba1f2
File tree
6 files changed
+6346
-3016
lines changed- packages/instrumentation-aws-sdk
- src
- services
- test
6 files changed
+6346
-3016
lines changed
0 commit comments