Skip to content
Open
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
7 changes: 4 additions & 3 deletions receiver/kafkametricsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ and converts them into otlp.

## Prerequisites

This receiver supports Kafka versions:
- 2.X
- 3.X
This receiver supports Kafka versions 2.x, 3.x and 4.x (including KRaft mode).

> **Note:** Compatibility is determined by the underlying Kafka protocol support in the driver (e.g., `franz-go` or `sarama`). Basic metrics collection remains compatible with Kafka 4.x brokers.
>

## Feature gates

Expand Down
Loading