Skip to content

Commit

Permalink
Fix link to AWS Resources in README.md
Browse files Browse the repository at this point in the history
update resource link in README.md since it has moved to [opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) repository
  • Loading branch information
jackgopack4 authored and bjrara committed Nov 1, 2024
1 parent 536c5e9 commit 2850c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This configuration includes being able to reconfigure the [IdsGenerator](https:/
which we need to support X-Ray compatible trace IDs. Because the SDK uses SPI, it is sufficient for
the custom implementation to be on the classpath to be recognized. The AWS distribution of the
OpenTelemetry Java Agent repackages the upstream agent by simply adding our SPI implementation for
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)
reconfiguring the ID generator. In addition, it includes [AWS resource providers](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-resources/src/main/java/io/opentelemetry/contrib/aws/resource)
by default, and it sets a system property to configure the agent to use multiple trace ID propagators,
defaulting to maximum interoperability.

Expand Down

0 comments on commit 2850c10

Please sign in to comment.