Skip to content

Commit 32ac8cd

Browse files
docs: JK-10248: add two new partition size metrics (#629)
* docs: add two new partition size metrics * Update README.adoc
1 parent 42346d9 commit 32ac8cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/kafka/metrics-monitoring-kafka/README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ The Kafka instance type determines the maximum connection creation rate.
127127
`kafka_topic:kafka_topic_partitions:sum`:: Number of partitions across all topics in the cluster. This metric does not include partitions from internal Kafka topics, such as `\__consumer_offsets` and `__transaction_state`.
128128
+
129129
The Kafka instance type determines the maximum number of partitions.
130+
131+
`kas_broker_partition_log_size_bytes_top50`:: Sizes, in bytes, of the fifty largest topic partitions on each broker in the cluster. The total amount of storage being used by all topic partitions on a broker is shown by the `kafka_broker_quota_totalstorageusedbytes` broker metric. The total usage for a broker must stay below the `kafka_broker_quota_softlimitbytes` value to avoid throttling of producers.
132+
133+
`kas_topic_partition_log_size_bytes`:: Size, in bytes, of each topic partition on each broker in the cluster. The total amount of storage being used by all topic partitions on a broker is shown by the `kafka_broker_quota_totalstorageusedbytes` broker metric. The total usage for a broker must stay below the `kafka_broker_quota_softlimitbytes` value to avoid throttling of producers.
130134
--
131135

132136
Broker metrics::

0 commit comments

Comments
 (0)