From de2a7fdc6c2c3d10aa1dd4ad282846f9477a45c1 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Tue, 11 Jan 2022 23:23:15 -0500 Subject: [PATCH] update influx host --- scripts/metrics-write-datapoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/metrics-write-datapoint.sh b/scripts/metrics-write-datapoint.sh index 1e715964cf..4c299ae723 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"