Skip to content

Commit

Permalink
Update otelcol.exporter.kafka.md (#2727)
Browse files Browse the repository at this point in the history
Seems like queue block name is incorrect in documentatin. Based on code it actually sending_queue.

(cherry picked from commit 60596bb)
  • Loading branch information
juriskrumins authored and grafanabot committed Feb 14, 2025
1 parent 47667b9 commit 926a06c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ authentication > kerberos | [kerberos][] | Authenticates against
metadata | [metadata][] | Configures how to retrieve metadata from Kafka brokers. | no
metadata > retry | [retry][] | Configures how to retry metadata retrieval. | no
retry_on_failure | [retry_on_failure][] | Configures retry mechanism for failed requests. | no
queue | [queue][] | Configures batching of data before sending. | no
sending_queue | [sending_queue][] | Configures batching of data before sending. | no
producer | [producer][] | Kafka producer configuration, | no
debug_metrics | [debug_metrics][] | Configures the metrics which this component generates to monitor its state. | no

Expand All @@ -103,7 +103,7 @@ For example, `authentication > tls` refers to a `tls` block defined inside an `a
[metadata]: #metadata-block
[retry]: #retry-block
[retry_on_failure]: #retry_on_failure-block
[queue]: #queue-block
[sending_queue]: #sending_queue-block
[producer]: #producer-block
[debug_metrics]: #debug_metrics-block

Expand Down Expand Up @@ -149,9 +149,9 @@ The `retry_on_failure` block configures how failed requests to Kafka are retried

{{< docs/shared lookup="reference/components/otelcol-retry-block.md" source="alloy" version="<ALLOY_VERSION>" >}}

### queue block
### sending_queue block

The `queue` block configures an in-memory buffer of batches before data is sent to the gRPC server.
The `sending_queue` block configures an in-memory buffer of batches before data is sent to the gRPC server.

{{< docs/shared lookup="reference/components/otelcol-queue-block.md" source="alloy" version="<ALLOY_VERSION>" >}}

Expand Down Expand Up @@ -243,4 +243,4 @@ Connecting some components may not be sensible or components may require further
Refer to the linked documentation for more details.
{{< /admonition >}}

<!-- END GENERATED COMPATIBLE COMPONENTS -->
<!-- END GENERATED COMPATIBLE COMPONENTS -->

0 comments on commit 926a06c

Please sign in to comment.