Skip to content

Commit 2ac9c15

Browse files
committed
[docs]: Update for clarity
1 parent 8e1c352 commit 2ac9c15

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exporter/natscoreexporter/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ The following configuration options are supported:
2424
- `marshaler` (default = otlp_proto): The name of the marshaler used to marshal traces. See [Supported Marshalers](#supported-marshalers).
2525
- `encoder`: The name of the encoding extension used to marshal traces. This configuration option is mutually exclusive with `marshaler`. See [Encoding extensions](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/encoding/README.md).
2626
- `auth`
27-
2827
- `token`: Configuration options for [token auth](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens).
2928
- `token`: The plaintext token.
3029
- `user_info`: Configuration options for [username/password auth](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password).
31-
- `user`: The username.
32-
- `password`: The password.
30+
- `user`: The plaintext username.
31+
- `password`: The plaintext password.
3332
- `nkey`: Configuration options for [NKey auth](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/nkey_auth).
3433
- `pub_key`: The public key.
3534
- `sig_key`: The private/signing key.

0 commit comments

Comments
 (0)