update influx host

This commit is contained in:
joeaba 2022-01-11 23:23:15 -05:00 committed by GitHub
parent 3ca16de851
commit de2a7fdc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"