Inline metrics/scripts dependencies

This commit is contained in:
Michael Vines
2019-06-13 09:31:11 -07:00
parent c147dc3028
commit 470debef16
9 changed files with 20 additions and 20 deletions

View File

@ -11,10 +11,8 @@ cd "$(dirname "$0")"
set -x
if [[ ! -f grafana-provisioning/dashboards/local.json ]]; then
../adjust-dashboard-for-channel.py \
../testnet-monitor.json local grafana-provisioning/dashboards/local.json
fi
./adjust-dashboard-for-channel.py \
grafana-provisioning/dashboards/testnet-monitor.json local
: "${INFLUXDB_IMAGE:=influxdb:1.6}"
: "${GRAFANA_IMAGE:=solanalabs/grafana:stable}"