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: gcp-auth-extension/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ Here is a list of configurable options for the extension:
48
48
The OpenTelemetry Java Agent Extension can be easily added to any Java application by modifying the startup command to the application.
49
49
For more information on Extensions, see the [documentation here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/examples/extension/README.md).
50
50
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
+
51
54
Below is a snippet showing how to add the extension to a Java application using the Gradle build system.
0 commit comments