solana/metrics/scripts/enable.sh
2019-06-13 10:00:24 -07:00

9 lines
322 B
Bash

# |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
source "$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. || exit 1; pwd)"/scripts/configure-metrics.sh
echo Local metrics enabled