Skip to content

Commit

Permalink
Update docs/sources/reference/components/otelcol.receiver.kafka.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
wildum and ptodev authored Apr 30, 2024
1 parent 4897f33 commit 8e20896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/reference/components/otelcol.receiver.kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Name | Type | Description | Default | Required
`initial_offset` | `string` | Initial offset to use if no offset was previously committed. | `"latest"` | no
`resolve_canonical_bootstrap_servers_only` | `bool` | Whether to resolve then reverse-lookup broker IPs during startup. | `"false"` | no

If `topic` is not set, the `otelcol.receiver.kafka` will try to consume:
If `topic` is not set, different topics will be used for different telemetry signals:

* metrics from the topic `otlp_metrics`
* traces from the topic `otlp_spans`
* logs from the topic `otlp_logs`
* Metrics will be received from an `otlp_metrics` topic.
* Traces will be received from an `otlp_spans` topic.
* Logs will be received from an `otlp_logs` topic.

If `topic` is set to a specific value, then only the signal type that corresponds to the data stored in the topic must be set in the output block.

Expand Down

0 comments on commit 8e20896

Please sign in to comment.