Skip to content

Commit 98ad5b0

Browse files
committed
Add instructions for Auth Extension shadow variant
1 parent 80adbe1 commit 98ad5b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gcp-auth-extension/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Here is a list of configurable options for the extension:
4848
The OpenTelemetry Java Agent Extension can be easily added to any Java application by modifying the startup command to the application.
4949
For more information on Extensions, see the [documentation here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/examples/extension/README.md).
5050

51+
> [!IMPORTANT]
52+
> Make sure to download the 'shaded' variant of the Authentication Extension for use with OpenTelemetry Java auto-instrumentation agent. The shaded version is available under the classifier name `shadow`.
53+
5154
Below is a snippet showing how to add the extension to a Java application using the Gradle build system.
5255

5356
```gradle

0 commit comments

Comments
 (0)