浏览代码

HDDS-1741. Fix prometheus configuration in ozoneperf example cluster

Closes #1045
pifta 5 年之前
父节点
当前提交
acd2d524e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-ozone/dist/src/main/compose/common/prometheus/prometheus.yml

+ 1 - 1
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"