Skip to content

Commit

Permalink
update influx host
Browse files Browse the repository at this point in the history
  • Loading branch information
joeaba authored Jan 12, 2022
1 parent 3ca16de commit de2a7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/metrics-write-datapoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit de2a7fd

Please sign in to comment.