opentelemetry-java-instrume.../instrumentation/aws-sdk/aws-sdk-1.11/javaagent
Mateusz Rzeszutek 4e3f19d469
Enable span suppression by SpanKey by default (#5779)
* Enable span suppression by SpanKey by default

* fix HTTP tests (probably)

* add exception for camel

* remove suppression tests from @WithSpan instrumentations

* remove suppression tests from @WithSpan instrumentation; spring boot autoconfigure

* fix twilio tests

* fix netty-based HTTP clients, remove AWS SDK 1.11 unit test

* fix elasticsearch tests

* codenarc

* spotless

* fix AWS SDK 1.11 tests

* remove a TODO

* code review comments

* fix merge conflict

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-19 14:13:09 -07:00
..
src Enable span suppression by SpanKey by default (#5779) 2022-04-19 14:13:09 -07:00
README.md Use X-Ray propagator for aws sdk 1.1 instrumentation (#2117) 2021-01-28 16:01:07 +09:00
build.gradle.kts Run check during testing and assemble during building (#5619) 2022-03-18 13:48:51 +09: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.