Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Kafka Exporter README file to indicate supported pipeline… #8814

Merged
merged 3 commits into from
Apr 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions exporter/kafkaexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Kafka Exporter

Kafka exporter exports traces to Kafka. This exporter uses a synchronous producer
Kafka exporter exports logs, metrics, and traces to Kafka. This exporter uses a synchronous producer
that blocks and does not batch messages, therefore it should be used with batch and queued retry
processors for higher throughput and resiliency. Message payload encoding is configurable.


Supported pipeline types: logs, metrics, traces

The following settings are required:
- `protocol_version` (no default): Kafka protocol version e.g. 2.0.0

Expand Down