update influx host
This commit is contained in:
@ -15,7 +15,7 @@ if [[ -z $INFLUX_DATABASE || -z $INFLUX_USERNAME || -z $INFLUX_PASSWORD ]]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
host="https://metrics.solana.com:8086"
|
host="https://internal-metrics.solana.com:8086"
|
||||||
|
|
||||||
if [[ -n $INFLUX_HOST ]]; then
|
if [[ -n $INFLUX_HOST ]]; then
|
||||||
host="$INFLUX_HOST"
|
host="$INFLUX_HOST"
|
||||||
|
Reference in New Issue
Block a user