solana-with-rpc-optimizations/metrics/scripts/enable.sh

9 lines
322 B
Bash
Raw Normal View History

2019-06-13 08:28:31 -07:00
# |source| this file to enable metrics in the current shell
export SOLANA_METRICS_CONFIG="host=http://localhost:8086,db=testnet,u=write,p=write"
# shellcheck source=scripts/configure-metrics.sh
2019-06-13 08:28:31 -07:00
source "$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. || exit 1; pwd)"/scripts/configure-metrics.sh
echo Local metrics enabled