You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ For the complete list of supported frameworks, please refer to the [OpenTelemetr
25
25
26
26
The [OpenTelemetry Java SDK](https://github.com/open-telemetry/opentelemetry-java) provides knobs
27
27
for configuring aspects using Java [SPI](https://docs.oracle.com/javase/tutorial/sound/SPI-intro.html).
28
-
This configuration includes being able to reconfigure the [IdsGenerator](https://github.com/open-telemetry/opentelemetry-java/blob/master/sdk/tracing/src/main/java/io/opentelemetry/sdk/trace/IdsGenerator.java)
28
+
This configuration includes being able to reconfigure the [IdsGenerator](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/ed5c91ea2ea0cfd36b77c1f871c540ceba1c057b/aws-xray/src/main/java/io/opentelemetry/contrib/awsxray/AwsXrayIdGenerator.java)
29
29
which we need to support X-Ray compatible trace IDs. Because the SDK uses SPI, it is sufficient for
30
30
the custom implementation to be on the classpath to be recognized. The AWS distribution of the
31
31
OpenTelemetry Java Agent repackages the upstream agent by simply adding our SPI implementation for
32
-
reconfiguring the ID generator. In addition, it includes [AWS resource providers](https://github.com/open-telemetry/opentelemetry-java/tree/master/sdk_extensions/aws_v1_support)
32
+
reconfiguring the ID generator. In addition, it includes [AWS resource providers](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/aws/src/main/java/io/opentelemetry/sdk/extension/aws/resource)
33
33
by default, and it sets a system property to configure the agent to use multiple trace ID propagators,
0 commit comments