You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.-->
Copy file name to clipboardExpand all lines: exporter/kafkaexporter/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The following settings can be optionally configured:
54
54
-`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.
55
55
-`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.
56
56
-`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.
58
58
-`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.
59
59
-`auth`
60
60
-`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:
66
66
-`mechanism`: The SASL mechanism to use (SCRAM-SHA-256, SCRAM-SHA-512, AWS_MSK_IAM_OAUTHBEARER, or PLAIN)
67
67
-`version` (default = 0): The SASL protocol version to use (0 or 1)
68
68
-`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
70
70
-`tls` (Deprecated in v0.124.0: configure tls at the top level): this is an alias for tls at the top level.
71
71
-`kerberos`
72
72
-`service_name`: Kerberos service name
@@ -90,7 +90,7 @@ The following settings can be optionally configured:
90
90
-`enabled` (default = true)
91
91
-`initial_interval` (default = 5s): Time to wait after the first failure before retrying; ignored if `enabled` is `false`
92
92
-`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.
94
94
-`max_interval` (default = 30s): Is the upper bound on backoff; ignored if `enabled` is `false`
95
95
-`max_elapsed_time` (default = 300s): Is the maximum amount of time spent trying to send a batch; ignored if `enabled` is `false`
0 commit comments