Validator/replicator metrics host id is no longer set by bash (#5755)

automerge
This commit is contained in:
Michael Vines
2019-08-30 15:33:30 -07:00
committed by Grimes
parent 643d0b0868
commit 6089c8030b
8 changed files with 47 additions and 40 deletions

View File

@ -71,9 +71,6 @@ args+=(
)
default_arg --gossip-port 8001
identity_pubkey=$($solana_keygen pubkey "$identity_keypair")
export SOLANA_METRICS_HOST_ID="$identity_pubkey"
set -x
# shellcheck disable=SC2086 # Don't want to double quote $program
exec $program "${args[@]}"