Skip to content

Commit cd9e633

Browse files
authored
Collector: replace oauth2clientcredentials with oauth2client (open-telemetry#1206)
1 parent b8ad1a4 commit cd9e633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/collector/configuration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ them to every RPC made to a remote collector:
509509

510510
```yaml
511511
extensions:
512-
oauth2clientcredentials:
512+
oauth2client:
513513
client_id: agent
514514
client_secret: some-secret
515515
token_url: http://localhost:8080/auth/realms/opentelemetry/protocol/openid-connect/token
@@ -526,11 +526,11 @@ exporters:
526526
otlp/auth:
527527
endpoint: remote-collector:4317
528528
auth:
529-
authenticator: oauth2clientcredentials
529+
authenticator: oauth2client
530530
531531
service:
532532
extensions:
533-
- oauth2clientcredentials
533+
- oauth2client
534534
pipelines:
535535
traces:
536536
receivers:

0 commit comments

Comments
 (0)