From 99c05f369d5a8edb851cbdb614b716e87774bba1 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:08:39 +0530 Subject: [PATCH] fix-influx-port (#18355) --- net/init-metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/init-metrics.sh b/net/init-metrics.sh index cb3f5146ad..e5862420d6 100755 --- a/net/init-metrics.sh +++ b/net/init-metrics.sh @@ -29,7 +29,7 @@ EOF useEnv=false delete=false createWithoutConfig=false -host="https://metrics.solana.com:8087" +host="https://metrics.solana.com:8086" while getopts "hdec:" opt; do case $opt in h|\?)