We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad1a4 commit cd9e633Copy full SHA for cd9e633
content/en/docs/collector/configuration.md
@@ -509,7 +509,7 @@ them to every RPC made to a remote collector:
509
510
```yaml
511
extensions:
512
- oauth2clientcredentials:
+ oauth2client:
513
client_id: agent
514
client_secret: some-secret
515
token_url: http://localhost:8080/auth/realms/opentelemetry/protocol/openid-connect/token
@@ -526,11 +526,11 @@ exporters:
526
otlp/auth:
527
endpoint: remote-collector:4317
528
auth:
529
- authenticator: oauth2clientcredentials
+ authenticator: oauth2client
530
531
service:
532
533
- - oauth2clientcredentials
+ - oauth2client
534
pipelines:
535
traces:
536
receivers:
0 commit comments