Jay DeLuca 042d0e4d8c Convert aws 1.11 SQS receive span suppression tests from groovy to java (#10660) vor 1 Jahr
..
src 042d0e4d8c Convert aws 1.11 SQS receive span suppression tests from groovy to java (#10660) vor 1 Jahr
README.md 6b13bcca63 Use X-Ray propagator for aws sdk 1.1 instrumentation (#2117) vor 4 Jahren
build.gradle.kts 0c05fd73ac fix(deps): update jackson packages to v2.16.0 (#9875) vor 1 Jahr

README.md

AWS Java SDK v1 Instrumentation

Instrumentation for AWS Java SDK v1.

Trace propagation

The AWS SDK instrumentation currently only supports injecting the trace header into the request using the AWS Trace Header format. This format is the only format recognized by AWS managed services, and populating will allow propagating the trace through them. If this does not fulfill your use case, perhaps because you are using the same SDK with a different non-AWS managed service, let us know so we can provide configuration for this behavior.