commit | 8a4fa774cb9ace595a1cd2cdec51ac9ea21c3dbb | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Thu Sep 14 12:23:12 2017 +0200 |
committer | Simon Pasquier <spasquier@mirantis.com> | Thu Sep 14 12:23:12 2017 +0200 |
tree | 6bfe7949aec169d541180a8c816c46771f78554e | |
parent | 34fcf28640089a3301c6df83c53a4299388ccaeb [diff] |
Fix the path for Prometheus metrics Change-Id: I13b2a8eb259841216aa7fe40e07f68202c71281b
diff --git a/jenkins/meta/prometheus.yml b/jenkins/meta/prometheus.yml index c7384e6..b2ba5c5 100644 --- a/jenkins/meta/prometheus.yml +++ b/jenkins/meta/prometheus.yml
@@ -4,7 +4,7 @@ target: static: jenkins: - metrics_path: /prometheus + metrics_path: /prometheus/ endpoint: - address: {{ client.master.host }} port: {{ client.master.port }}