From 49cf60340623f413b17b9fc2cc3bbfa14740e032 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Mon, 25 Nov 2019 00:21:20 +0800 Subject: [PATCH] Change the listening port of `exporter_proxy`. --- cookbooks/prometheus/files/etc/exporter_proxy/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/prometheus/files/etc/exporter_proxy/config.yml b/cookbooks/prometheus/files/etc/exporter_proxy/config.yml index e6daf87..ff1dc71 100644 --- a/cookbooks/prometheus/files/etc/exporter_proxy/config.yml +++ b/cookbooks/prometheus/files/etc/exporter_proxy/config.yml @@ -1,5 +1,5 @@ # listen: Addr and port to listen (required) -listen: "0.0.0.0:9099" +listen: "0.0.0.0:60000" # access_log (optional) access_log: