This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new cdc2c13 HDDS-4566. inconsistencies Port describtion in Monitoring
with Prometheus document (#1678)
cdc2c13 is described below
commit cdc2c1333f78151ab5f00ad555da201fc4129e75
Author: Druid.Xin <[email protected]>
AuthorDate: Wed Dec 9 16:34:00 2020 +0800
HDDS-4566. inconsistencies Port describtion in Monitoring with Prometheus
document (#1678)
---
hadoop-hdds/docs/content/recipe/Prometheus.md | 6 +++---
hadoop-hdds/docs/content/recipe/Prometheus.zh.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/hadoop-hdds/docs/content/recipe/Prometheus.md
b/hadoop-hdds/docs/content/recipe/Prometheus.md
index f63b46e..9c852e0 100644
--- a/hadoop-hdds/docs/content/recipe/Prometheus.md
+++ b/hadoop-hdds/docs/content/recipe/Prometheus.md
@@ -46,9 +46,9 @@ _Note_: for Docker compose based pseudo cluster put the \
* Restart the Ozone Manager and Storage Container Manager and check the
prometheus endpoints:
- * http://scm:9874/prom
+ * http://scm:9876/prom
- * http://ozoneManager:9876/prom
+ * http://ozoneManager:9874/prom
* Create a prometheus.yaml configuration with the previous endpoints:
@@ -93,4 +93,4 @@ The ozone distribution contains a ready-to-use, dockerized
environment to try ou
cd compose/ozone
export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml
docker-compose up -d
-```
\ No newline at end of file
+```
diff --git a/hadoop-hdds/docs/content/recipe/Prometheus.zh.md
b/hadoop-hdds/docs/content/recipe/Prometheus.zh.md
index 069b340..bb64edc 100644
--- a/hadoop-hdds/docs/content/recipe/Prometheus.zh.md
+++ b/hadoop-hdds/docs/content/recipe/Prometheus.zh.md
@@ -44,9 +44,9 @@ _注意_: 对于基于 docker-compose 方式的伪集群,在 `docker-config`
* 重启 OM 和 SCM,检查端点:
- * http://scm:9874/prom
+ * http://scm:9876/prom
- * http://ozoneManager:9876/prom
+ * http://ozoneManager:9874/prom
* 根据这两个端点,创建 prometheus.yaml 配置文件:
@@ -91,4 +91,4 @@ Ozone 发行包中包含了一个即开即用的容器化环境来试用 Ozone
cd compose/ozone
export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml
docker-compose up -d
-```
\ No newline at end of file
+```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]