opentelemetry-java-instrume.../instrumentation/aws-sdk/aws-sdk-1.11/javaagent
Mateusz Rzeszutek 93b3a3b289
testing-common refactoring: replace direct AgentTestRunner usage with… (#2134)
* testing-common refactoring: replace direct AgentTestRunner usage with spock spec

* Updated instrumentation docs

* Fix reactor-core library tests

ReactorCoreTest was getting a tracer from GlobalOpenTelemetry before LibraryTestTrait had a change to initialize the SDK
2021-02-01 11:32:25 +01:00
..
src testing-common refactoring: replace direct AgentTestRunner usage with… (#2134) 2021-02-01 11:32:25 +01:00
README.md Use X-Ray propagator for aws sdk 1.1 instrumentation (#2117) 2021-01-28 16:01:07 +09:00
aws-sdk-1.11-javaagent.gradle SQS propagation for AWS SDK 1.1 (#2114) 2021-01-29 10:21:12 +02:00

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.