Skip to main content

Overview

You can view key indicators and the status of your Kafka Cluster at a glance. The Overview menu provides essential metrics such as the status of cluster brokers, topics, and partitions, as well as latency and throughput, all presented in graphs. You can adjust the time range at the top of each graph to review data for your desired time period.

You can access the Overview screen from the Kafka > Overview menu.

Cluster Status Overview

cluster_overview_health

ItemDescription
⓵Broker HealthThe status of all brokers within the cluster
⓶Topic & Partition HealthThe current status of all topics and partitions within the cluster
⓷ZooKeeper Connection HealthThe connection status with ZooKeeper servers

Latency

cluster_overview_latency

ItemDescription
⓵Produce (average)The average time taken for a client to send a message to Kafka
⓶FetchConsumer (average)The average time taken for a consumer to fetch messages from Kafka
⓷FetchFollower (average)The average time taken for a follower broker to fetch messages from the leader broker

Throughput

You can click on the toggle to view throughput on a per-cluster basis or per-broker basis. The initial throughput graph will be displayed on a per-broker basis if the installed cluster has 5 or fewer brokers, and on a per-cluster basis if there are 6 or more brokers.

cluster_overview_message

ItemDescription
⓵ Message InDisplays history information on the number of messages produced per second
⓶ Production (bytes)Displays history information on bytes of data produced
⓷ Consumption (bytes)Displays history information on bytes of data consumed

ZooKeeper Connection Status

cluster_overview_zookeeper

ItemDescription
⓵ConnectionThe connection to the ZooKeeper server in the cluster is active
⓶DisconnectionThe connection to the ZooKeeper server in the cluster is inactive
⓷Expiration (session timeout)The connection to the ZooKeeper server in the cluster has expired
Connection Expired

This indicates that the session or ephemeral node connection to ZooKeeper has expired or is invalid. Expiry of the ZooKeeper connection may be a temporary issue with the cluster, and that needs reconnection.