diff --git a/scripts/metrics-write-datapoint.sh b/scripts/metrics-write-datapoint.sh index 1e715964c..4c299ae72 100755 --- a/scripts/metrics-write-datapoint.sh +++ b/scripts/metrics-write-datapoint.sh @@ -15,7 +15,7 @@ if [[ -z $INFLUX_DATABASE || -z $INFLUX_USERNAME || -z $INFLUX_PASSWORD ]]; then exit 0 fi -host="https://metrics.solana.com:8086" +host="https://internal-metrics.solana.com:8086" if [[ -n $INFLUX_HOST ]]; then host="$INFLUX_HOST"