Skip to content

Commit 1729b31

Browse files
committed
Update documentation to generalize extension
The updated documentation makes it clear that the extension is not explicitly for the Java Agent, but can be used without it as well.
1 parent c8b6710 commit 1729b31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gcp-auth-extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Google Cloud Authentication Extension for OpenTelemetry Java Agent
1+
# Google Cloud Authentication Extension
22

3-
The Google Cloud Auth Extension allows the users to export telemetry from their applications auto-instrumented using the OpenTelemetry Java Agent to Google Cloud using the built-in OTLP exporters.
3+
The Google Cloud Auth Extension allows the users to export telemetry from their applications to Google Cloud using the built-in OTLP exporters.\
44
The extension takes care of the necessary configuration required to authenticate to GCP to successfully export telemetry.
55

66
## Prerequisites
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("io.opentelemetry:opentelemetry-sdk")
9191
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
9292
implementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
93-
// use the shaded variant of the dependency
93+
// include the auth extension dependency
9494
implementation("io.opentelemetry.contrib:opentelemetry-gcp-auth-extension")
9595
9696
// other dependencies

gcp-auth-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("org.springframework.boot") version "2.7.18"
66
}
77

8-
description = "OpenTelemetry Java Agent Extension that enables authentication support for OTLP exporters"
8+
description = "OpenTelemetry extension that provides GCP authentication support for OTLP exporters"
99
otelJava.moduleName.set("io.opentelemetry.contrib.gcp.auth")
1010

1111
val agent: Configuration by configurations.creating {

0 commit comments

Comments
 (0)