Skip to content

feat: AWS SDK v1 Step Functions auto-instrumentation support #14003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 12, 2025

Conversation

lukeina2z
Copy link
Contributor

This PR adds AWS SDK v1 auto-instrumentation support for the following AWS resource:

Step Functions

Tests Run:
./gradlew spotlessCheck
./gradlew clean assemble
./gradlew instrumentation:check
./gradlew :smoke-tests:test

No regression issues found. All newly added tests pass.

Backward Compatibility:
There is no risk of breaking existing functionality. This change only adds instrumentation for additional AWS resources without modifying the existing behavior of the auto-instrumentation library.

@lukeina2z lukeina2z requested a review from a team as a code owner June 9, 2025 03:24
This PR adds AWS SDK v1 auto-instrumentation support for the following AWS resource:

Step Functions

Tests Run:
./gradlew spotlessCheck
./gradlew clean assemble
./gradlew instrumentation:check
./gradlew :smoke-tests:test

No regression issues found. All newly added tests pass.

Backward Compatibility:
There is no risk of breaking existing functionality. This change only adds instrumentation for additional AWS resources without modifying the existing behavior of the auto-instrumentation library.
lukeina2z and others added 3 commits June 10, 2025 11:28
1. Used constant from semconv.
2. Moved extraction code out of the experimental module.
Copy link
Contributor

@laurit laurit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could wait until after merging #14015 and replace the keys in test with a constant from incubating semconv

@lukeina2z
Copy link
Contributor Author

could wait until after merging #14015 and replace the keys in test with a constant from incubating semconv

I can make the update.

@laurit laurit added this to the v2.17.0 milestone Jun 12, 2025
@trask trask merged commit c726d32 into open-telemetry:main Jun 12, 2025
89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants