From f2c51653e409c0fba5042dc5d15e6491f6937fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Okcan=20Yasin=20Sayg=C4=B1l=C4=B1?= Date: Tue, 28 Dec 2021 17:35:45 +0300 Subject: [PATCH] Update init As know that hostname was changed --- 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 e5862420d6..54e9d5c7d8 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:8086" +host="https://internal-metrics.solana.com:8086" while getopts "hdec:" opt; do case $opt in h|\?)