Skip to content

Commit 7c84067

Browse files
committed
Add documentation for GOOGLE_OTEL_AUTH_TARGET_SIGNALS
1 parent c239237 commit 7c84067

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gcp-auth-extension/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Here is a list of required and optional configuration available for the extensio
4747

4848
- Can also be configured using `google.cloud.quota.project` system property.
4949

50+
- `GOOGLE_OTEL_AUTH_TARGET_SIGNALS`: Environment variable that specifies a comma-separated list of OpenTelemetry signals for which this authentication extension should be active. Valid values contain - `metrics`, `traces` or `all`. If left unspecified, `all` is assumed meaning the extension will attempt to apply authentication to exports for all signals.
51+
52+
- Can also be configured using `google.otel.auth.target.signals` system property.
53+
5054
## Usage
5155

5256
### With OpenTelemetry Java agent

0 commit comments

Comments
 (0)