From acd2d524e85c226441aa3aeaa72696e9c7347b3b Mon Sep 17 00:00:00 2001 From: pifta Date: Wed, 3 Jul 2019 22:48:40 +0200 Subject: [PATCH] HDDS-1741. Fix prometheus configuration in ozoneperf example cluster Closes #1045 --- .../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 695739b3f1d..af567d91291 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"