Skip to content

Commit

Permalink
Updated the Kafka Exporter README file to indicate supported pipeline… (
Browse files Browse the repository at this point in the history
#8814)

* Updated the Kafka Exporter README file to indicate supported pipeline types

* Update CHANGELOG.md

* Update README
  • Loading branch information
emaderer authored Apr 13, 2022
1 parent 0328a79 commit 90c1af7
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 90c1af7

Please sign in to comment.