Skip to content

Commit 61164e8

Browse files
authored
Fix link to AWS Resources in README.md (#896)
*Issue #, if available:* *Description of changes:* update resource link in README.md since it has moved to [opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) repository By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c81b3f8 commit 61164e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This configuration includes being able to reconfigure the [IdsGenerator](https:/
2929
which we need to support X-Ray compatible trace IDs. Because the SDK uses SPI, it is sufficient for
3030
the custom implementation to be on the classpath to be recognized. The AWS distribution of the
3131
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/main/sdk-extensions/aws/src/main/java/io/opentelemetry/sdk/extension/aws/resource)
32+
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)
3333
by default, and it sets a system property to configure the agent to use multiple trace ID propagators,
3434
defaulting to maximum interoperability.
3535

0 commit comments

Comments
 (0)