You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/07/03 21:37:11 UTC

[hadoop] branch trunk updated: HDDS-1741. Fix prometheus configuration in ozoneperf example cluster

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 <pi...@cloudera.com>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org