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 86f9313  Polish the doc
86f9313 is described below

commit 86f9313b9e47b7d169b6d89626ef101b19156686
Author: vongosling <[email protected]>
AuthorDate: Mon Jul 22 20:19:11 2019 +0800

    Polish the doc
---
 README.md                       | 4 ++--
 rocketmq_exporter_quickstart.md | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 463d366..2b87f1e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Support [Apache RocketMQ](https://rocketmq.apache.org) 
version 4.3.2 (and later)
 Configuration
 ---
 
-This image is configurable using different properties, See 
``application.properties`` for a configuration example.
+This image is configurable using different properties, see 
``application.properties`` for a configuration example.
 
 | name                           | Default            | Description            
                            |
 | 
-----------------------------------|--------------------|----------------------------------------------------|
@@ -208,4 +208,4 @@ For details of the dashboard please see [RocketMQ Exporter 
Overview](https://gra
 
 Quick Start
 -------------
-This [guide]((./rocketmq_exporter_quickstart.md)) will teach you how to build 
and run rocketmq exporter from scratch.
+This [guide](./rocketmq_exporter_quickstart.md) will teach you how to build 
and run rocketmq exporter with Prometheus and Grafana Integration from scratch.
diff --git a/rocketmq_exporter_quickstart.md b/rocketmq_exporter_quickstart.md
index 4ba2863..2f218fe 100644
--- a/rocketmq_exporter_quickstart.md
+++ b/rocketmq_exporter_quickstart.md
@@ -7,7 +7,7 @@ To use RocketMQ Exporter, first make sure the RocketMQ is 
downloaded and started
 
 
 ## Install Prometheus
-Firstly go to Prometheus official download address: 
https://prometheus.io/download/ to download the Prometheus installation 
package, currently using linux installation as an example, the selected 
installation package is Prometheus-2.7.0-rc.1.linux-amd64.tar.gz, the 
Prometheus process can be started after the following steps.
+Download [Prometheus installation package](https://prometheus.io/download/) 
and install it.
 
 ```
 tar -xzf prometheus-2.7.0-rc.1.linux-amd64.tar.gz
@@ -18,7 +18,7 @@ cd prometheus-2.7.0-rc.1.linux-amd64/
 The default listening port number of Prometheus is 9090. In order not  
conflict with other processes on the system, we reset the listening port number 
to 5555 in the startup parameters. Then go to website http:// sever ip:5555 
through  browser and users can verify whether the Prometheus has been 
successfully installed. Since the RocketMQ-Exporter process has been started, 
the data of RocketMQ-Exporter can be retrieved by Prometheus at this time. At 
this time, users only need to change th [...]
 
 ```
-# my global config
+# Global config
 global:
    scrape_interval:     15s # Set the scrape interval to every 15 seconds. 
Default is every 1 minute.
    evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is 
every 1 minute.
@@ -46,7 +46,7 @@ global:
 
 ## Create Grafana dashboard for RocketMQ
 
-Prometheus' own metric display platform is not as good as Grafana. In order to 
 better show RocketMQ's metrics, Grafana can be used to show the metrics that 
Prometheus gets. Firstly go to the official website 
https://grafana.com/grafana/download to download installation file. Here is a  
an example for binary file installation.
+Prometheus' own metric display platform is not as good as Grafana. In order to 
 better show RocketMQ's metrics, Grafana can be used to show the metrics that 
Prometheus gets. Download and install it as the following.
 
 ```
 wget https://dl.grafana.com/oss/release/grafana-6.2.5.linux-amd64.tar.gz 

Reply via email to