From 73bb5d54ef24919e43a0ed31ae2beffe64c8dd7c Mon Sep 17 00:00:00 2001 From: pifta Date: Mon, 1 Jul 2019 16:03:54 -0700 Subject: [PATCH] HDDS-1741 Fix prometheus configuration in ozoneperf example cluster --- .../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 695739b3f1d5e..af567d9129129 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"