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

commit e788a8c54c52470e3567cd3850f25764adb8fb68
Author: fengqing <[email protected]>
AuthorDate: Mon Jul 22 16:17:51 2019 +0800

    amend the use example file
---
 rocketmq_exporter_use_example.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rocketmq_exporter_use_example.md b/rocketmq_exporter_use_example.md
index 5de9e79..ef1f527 100644
--- a/rocketmq_exporter_use_example.md
+++ b/rocketmq_exporter_use_example.md
@@ -36,7 +36,7 @@ cd prometheus-2.7.0-rc.1.linux-amd64/
 ./prometheus --config.file=prometheus.yml --web.listen-address=:5555
 ```
 
-The default listening port number of Prometheus is 9090. In order not  
conflicts with other processes on the system, we reset the listening port 
number to 5555 in the startup parameters. Then go to website http://<server IP 
address>: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 t [...]
+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
@@ -80,7 +80,7 @@ Similarly, in order not to conflict with the ports of other 
processes, users can
 ./bin/grafana-server web
 ```
 
-Then, by accessing http://<server IP address>:55555 through the browser, users 
can verify whether the Grafana has been successfully installed. The system 
default username and password are admin/admin. The first time users log in to 
the system, users will be asked to change the password. In addition, users need 
to set Grafana's data source to Prometheus. If user have started up Prometheus 
like above, now the data source address will be  http://<server IP 
address>:5555. For the convenience [...]
+Then, by accessing http:// server ip:55555 through the browser, users can 
verify whether the Grafana has been successfully installed. The system default 
username and password are admin/admin. The first time users log in to the 
system, users will be asked to change the password. In addition, users need to 
set Grafana's data source to Prometheus. If user have started up Prometheus 
like above, now the data source address will be  http:// server ip:5555. For 
the convenience of users, RocketM [...]
 
 ## 6 Configure alarms in Prometheus
 

Reply via email to