Kafka Broker Topic Partition Metrics
In addition to these base metrics, many aggregate metrics are available.
If an entity type has parents defined, you can formulate all possible
aggregate metrics using the formula
base_metric_across_parents
.
In addition, metrics for aggregate totals can be formed by adding the prefix
total_
to the front of the metric name.
Use the type-ahead feature in the Cloudera Manager chart browser to find the exact aggregate metric name, in case the plural form does not end in "s".
For example, the following metric names may be valid for Kafka Broker Topic Partition:
-
kafka_bytes_fetched_by_partition_15min_rate_across_clusters
-
total_kafka_bytes_fetched_by_partition_15min_rate_across_clusters
Some metrics, such as alerts_rate
, apply to nearly every metric context. Others only apply to a
certain service or role.
Metric Name | Description | Unit | Parents | Version |
---|---|---|---|---|
kafka_bytes_fetched_by_partition_15min_rate | Amount of data consumers fetched from this topic partition on this broker: 15 Min Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_fetched_by_partition_1min_rate | Amount of data consumers fetched from this topic partition on this broker: 1 Min Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_fetched_by_partition_5min_rate | Amount of data consumers fetched from this topic partition on this broker: 5 Min Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_fetched_by_partition_avg_rate | Amount of data consumers fetched from this topic partition on this broker: Avg Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_fetched_by_partition_rate | Amount of data consumers fetched from this topic partition on this broker | bytes per second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_received_by_partition_15min_rate | Amount of data written to topic partition on this broker: 15 Min Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_received_by_partition_1min_rate | Amount of data written to topic partition on this broker: 1 Min Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_received_by_partition_5min_rate | Amount of data written to topic partition on this broker: 5 Min Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_received_by_partition_avg_rate | Amount of data written to topic partition on this broker: Avg Rate | bytes per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_bytes_received_by_partition_rate | Amount of data written to topic partition on this broker | bytes per second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_messages_received_by_partition_15min_rate | Number of messages written to topic partition on this broker: 15 Min Rate | messages per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_messages_received_by_partition_1min_rate | Number of messages written to topic partition on this broker: 1 Min Rate | messages per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_messages_received_by_partition_5min_rate | Number of messages written to topic partition on this broker: 5 Min Rate | messages per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_messages_received_by_partition_avg_rate | Number of messages written to topic partition on this broker: Avg Rate | messages per message.units.singular.second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |
kafka_messages_received_by_partition_rate | Number of messages written to topic partition on this broker | messages per second | cluster, kafka, kafka-kafka_broker, kafka_broker_topic, kafka_topic, rack | CDH 5, CDH 6, Cloudera Runtime 7 |