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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/master by this push:
     new 2898370  Update the category name
2898370 is described below

commit 2898370bd9221ddb434cc91109a83abf67c6c70c
Author: von gosling <[email protected]>
AuthorDate: Fri Jun 12 17:44:29 2020 +0800

    Update the category name
    
    Metrics category and name needs to be optimized for the next version
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 542c41b..0a85a84 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ Table of Contents
        -   [Run Docker Image](#run-docker-image)
 -   [Metrics](#metrics)
        -   [Broker](#broker)
-       -   [Topics](#topics)
+       -   [Producer](#producer)
        -   [Consumer Groups](#consumer-groups)
-       -   [RocketMQ Client](#RocketMQ Client)
+       -   [Consumer](#consumer)
 -   [Grafana Dashboard](#grafana-dashboard)
 -   [Quick Start](#quick-start)
 
@@ -100,7 +100,7 @@ rocketmq_broker_qps{cluster="MQCluster",broker="broker-a",} 
8.0
 rocketmq_broker_qps{cluster="MQCluster",broker="broker-b",} 8.0
 ```
 
-### Topics
+### Producer
 
 **Metrics details**
 
@@ -204,7 +204,7 @@ 
rocketmq_group_get_latency_by_storetime{cluster="MQCluster",broker="broker-a",to
 
rocketmq_group_get_latency_by_storetime{cluster="MQCluster",broker="broker-b",topic="DEV_TID_tfq",group="DEV_CID_cfq",}
 0.0
 ```
 
-### RocketMQ Client
+### Consumer
 
 **Metrics details**
 

Reply via email to