Generate local dashboard to avoid duplication

This commit is contained in:
Michael Vines
2019-06-13 09:03:14 -07:00
parent efe676bc94
commit bdd95b2286
4 changed files with 41 additions and 7704 deletions

View File

@ -11,6 +11,11 @@ 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
: "${INFLUXDB_IMAGE:=influxdb:1.6}"
: "${GRAFANA_IMAGE:=solanalabs/grafana:stable}"
: "${GRAFANA_IMAGE:=grafana/grafana:5.2.3}"