-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because of the following statement added to the spec, the xray and xray-lambda propagators must be combined: > To avoid potential issues when extracting with an active span context, the xray-lambda propagator SHOULD check if the provided context already has an active span context. If found, the propagator SHOULD return the provided context unmodified. With this condition, if they are separate the xray-lambda propagator will see the context from xray and avoid modifying the context. By combining, the propagator is able to consider the context before xray has modified it.
- Loading branch information
1 parent
16807c9
commit e0785d5
Showing
7 changed files
with
122 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
...in/java/io/opentelemetry/contrib/awsxray/propagator/AwsXrayEnvConfigurablePropagator.java
This file was deleted.
Oops, something went wrong.
93 changes: 0 additions & 93 deletions
93
...gator/src/main/java/io/opentelemetry/contrib/awsxray/propagator/AwsXrayEnvPropagator.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 0 additions & 112 deletions
112
...r/src/test/java/io/opentelemetry/contrib/awsxray/propagator/AwsXrayEnvPropagatorTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.