export SOLANA_DEFAULT_METRICS_RATE

This commit is contained in:
Michael Vines 2018-07-24 15:12:03 -07:00
parent 2b528e2225
commit 537be6a29d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ if [[ -d $SNAP ]]; then # Running inside a Linux Snap?
SOLANA_METRICS_CONFIG="$(snapctl get metrics-config)"
SOLANA_DEFAULT_METRICS_RATE="$(snapctl get default-metrics-rate)"
export SOLANA_DEFAULT_METRICS_RATE
SOLANA_CUDA="$(snapctl get enable-cuda)"
RUST_LOG="$(snapctl get rust-log)"