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

elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new acd2d52  HDDS-1741. Fix prometheus configuration in ozoneperf example 
cluster
acd2d52 is described below

commit acd2d524e85c226441aa3aeaa72696e9c7347b3b
Author: pifta <[email protected]>
AuthorDate: Wed Jul 3 22:48:40 2019 +0200

    HDDS-1741. Fix prometheus configuration in ozoneperf example cluster
    
    Closes #1045
---
 hadoop-ozone/dist/src/main/compose/common/prometheus/prometheus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/dist/src/main/compose/common/prometheus/prometheus.yml 
b/hadoop-ozone/dist/src/main/compose/common/prometheus/prometheus.yml
index 695739b..af567d9 100644
--- a/hadoop-ozone/dist/src/main/compose/common/prometheus/prometheus.yml
+++ b/hadoop-ozone/dist/src/main/compose/common/prometheus/prometheus.yml
@@ -22,4 +22,4 @@ scrape_configs:
     static_configs:
      - targets:
         - "scm:9876"
-        - "ozoneManager:9874"
+        - "om:9874"


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

Reply via email to