Kafka Integration - Setup & Installation Docs | Middleware
v 1.5.0+
must be installed on your local machine. To install the MW Agent, see our Installation Guide.
opentlemetry-jmx-metrics.jar
file here.
Metric | Description | Receiver |
---|---|---|
kafka.brokers | Number of brokers in a given cluster | kafkametrics |
kafka.consumer_group.lag | Current approximate lag of consumer group at partition of topic | kafkametrics |
kafka.consumer_group.lag_sum | Current approximate sum of consumer group lag across all partitions of topic | kafkametrics |
kafka.consumer_group.members | Count of members in the consumer group | kafkametrics |
kafka.consumer_group.offset | Current offset of the consumer group at partition of topic | kafkametrics |
kafka.consumer_group.offset_sum | Sum of consumer group offset across partitions of topic | kafkametrics |
kafka.partition.current_offset | Current offset of partition of topic | kafkametrics |
kafka.partition.oldest_offset | Oldest offset of partition of topic | kafkametrics |
kafka.partition.replicas | Number of replicas for partition of topic | kafkametrics |
kafka.partition.replicas_in_sync | Number of synchronized replicas of partition | kafkametrics |
kafka.topic.partitions | Number of partitions in topic. | kafkametrics |
kafka.message.count | The number of messages received by the broker | jmx |
kafka.request.count | The number of requests received by the broker | jmx |
kafka.request.failed | The number of requests to the broker resulting in a failure | jmx |
kafka.request.time.total | The total time the broker has taken to service requests | jmx |
kafka.request.time.50p | The 50th percentile time the broker has taken to service requests | jmx |
kafka.request.time.99p | The 99th percentile time the broker has taken to service requests | jmx |
kafka.request.queue | Size of the request queue | jmx |
kafka.network.io | The bytes received or sent by the broker | jmx |
kafka.purgatory.size | The number of requests waiting in purgatory | jmx |
kafka.partition.count | The number of partitions on the broker | jmx |
kafka.partition.offline | The number of partitions offline | jmx |
kafka.partition.under_replicated | The number of under replicated partitions | jmx |
kafka.isr.operation.count | The number of in-sync replica shrink and expand operations | jmx |
kafka.max.lag | The max lag in messages between follower and leader replicas | jmx |
kafka.controller.active.count | The number of controllers active on the broker | jmx |
kafka.leader.election.rate | Leader election rate | jmx |
kafka.unclean.election.rate | Unclean leader election rate | jmx |
Input Field | Definition |
---|---|
JMX Server Host | Host name of JMX service URL |
JMX Port | Port where JMX service URL is built |
Service Name | Name for differentiating between Kafka brokers |
Jar Path | Path where opentlemetry-jmx-metrics.jar is located on your local |
Broker Host | Host name of broker URL |
Broker Port | Port where broker URL is built |
Username | Optional unless using Kafka Broker with authentication type SASL plaintext |
Password | Optional unless using Kafka Broker with authentication type SASL plaintext |