From af7a2e3daa3681c846f6ec3d786ee58d94f260df Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Tue, 4 Jan 2022 20:14:41 -0500 Subject: [PATCH] Update metrics subdomain --- 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|\?)