This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new d8dabe251 [Doc]Add English version of documentation for Kafka Consumer 
Detail (#2953)
d8dabe251 is described below

commit d8dabe251a2112f38057cfa3ffae14d73cb0fa5c
Author: Nick Guo <[email protected]>
AuthorDate: Tue Jan 7 10:12:47 2025 +0800

    [Doc]Add English version of documentation for Kafka Consumer Detail (#2953)
---
 home/docs/help/kafka_client.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/home/docs/help/kafka_client.md b/home/docs/help/kafka_client.md
index baedd1c4a..f35c4fe7d 100644
--- a/home/docs/help/kafka_client.md
+++ b/home/docs/help/kafka_client.md
@@ -45,3 +45,13 @@ keywords: [open-source monitoring system, open-source 
message middleware monitor
 | PartitionNum  | None | Number of Partitions |
 | earliest      | None | Earliest Offset  |
 | latest        | None | Latest Offset    |
+
+#### Metric Set:consumer_detail
+
+|   Metric Name   | Unit | Help Description                   |
+|-----------|--|------------------------------------|
+| GroupId | None | Consumer Group Id                  |
+| Group Member Num     | None | Number of Consumer Instances       |
+| Subscribed Topic Name      | None | Topic Name Subscribed by the Group |
+| Offsets of Each Partition     | None | Offsets for Each Partition         |
+| Lag      | None | Lag of Consumer                    |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to