Skip to content

Commit fe9b834

Browse files
authored
[chore][exporter/kafka] Fix typos in README (#43917)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Fix typos in readme <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
1 parent 490d578 commit fe9b834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exporter/kafkaexporter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following settings can be optionally configured:
5454
- `partition_traces_by_id` (default = false): configures the exporter to include the trace ID as the message key in trace messages sent to kafka. *Please note:* this setting does not have any effect on Jaeger encoding exporters since Jaeger exporters include trace ID as the message key by default.
5555
- `partition_metrics_by_resource_attributes` (default = false) configures the exporter to include the hash of sorted resource attributes as the message partitioning key in metric messages sent to kafka.
5656
- `partition_logs_by_resource_attributes` (default = false) configures the exporter to include the hash of sorted resource attributes as the message partitioning key in log messages sent to kafka.
57-
- - `partition_logs_by_trace_id` (default = false): configures the exporter to partition log messages by trace ID, if the log record has one associated. Note: `partition_logs_by_resource_attributes` and `partition_logs_by_trace_id` are mutually exclusive, and enabling both will lead to an error.
57+
- `partition_logs_by_trace_id` (default = false): configures the exporter to partition log messages by trace ID, if the log record has one associated. Note: `partition_logs_by_resource_attributes` and `partition_logs_by_trace_id` are mutually exclusive, and enabling both will lead to an error.
5858
- `tls`: see [TLS Configuration Settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md) for the full set of available options.
5959
- `auth`
6060
- `plain_text` (Deprecated in v0.123.0: use sasl with mechanism set to PLAIN instead.)
@@ -66,7 +66,7 @@ The following settings can be optionally configured:
6666
- `mechanism`: The SASL mechanism to use (SCRAM-SHA-256, SCRAM-SHA-512, AWS_MSK_IAM_OAUTHBEARER, or PLAIN)
6767
- `version` (default = 0): The SASL protocol version to use (0 or 1)
6868
- `aws_msk`
69-
- `region`: AWS Region in case of AWS_MSK_IAM_OAUTHBEER mechanism
69+
- `region`: AWS Region in case of AWS_MSK_IAM_OAUTHBEARER mechanism
7070
- `tls` (Deprecated in v0.124.0: configure tls at the top level): this is an alias for tls at the top level.
7171
- `kerberos`
7272
- `service_name`: Kerberos service name
@@ -90,7 +90,7 @@ The following settings can be optionally configured:
9090
- `enabled` (default = true)
9191
- `initial_interval` (default = 5s): Time to wait after the first failure before retrying; ignored if `enabled` is `false`
9292
- `randomization_factor` (default = 0.5): Is the random factor used to calculate the next backoffs.
93-
- `multiplier` (default = 1.5): Is the value multiplied by the backoff innterval bounds.
93+
- `multiplier` (default = 1.5): Is the value multiplied by the backoff interval bounds.
9494
- `max_interval` (default = 30s): Is the upper bound on backoff; ignored if `enabled` is `false`
9595
- `max_elapsed_time` (default = 300s): Is the maximum amount of time spent trying to send a batch; ignored if `enabled` is `false`
9696
- `sending_queue`

0 commit comments

Comments
 (0)