|
|
2 년 전 | |
|---|---|---|
| .. | ||
| benches | 2 년 전 | |
| scripts | 3 년 전 | |
| src | 3 년 전 | |
| .gitignore | 6 년 전 | |
| Cargo.toml | 2 년 전 | |
| README.md | 5 년 전 | |
| grafcli.conf | 7 년 전 | |
| publish-metrics-dashboard.sh | 5 년 전 | |
There are three versions of the testnet dashboard, corresponding to the three release channels:
The dashboard for each channel is defined from the
metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json source
file in the git branch associated with that channel, and deployed by automation
running ci/publish-metrics-dashboard.sh.
A deploy can be triggered at any time via the New Build button of
https://buildkite.com/solana-labs/publish-metrics-dashboard.
Dashboard updates are accomplished by modifying
metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json,
manual edits made directly in Grafana will be overwritten.
Save As.. in the
Settings menu for the dashboardJSON Model in the Settings menu. Copy the JSON to the clipboard
and paste into metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json,Settings => DeleteIf you need to immediately deploy a dashboard using the contents of
cluster-monitor.json in your local workspace,
$ export GRAFANA_API_TOKEN="an API key from https://metrics.solana.com:3000/org/apikeys"
$ metrics/publish-metrics-dashboard.sh (edge|beta|stable)
Note that automation will eventually overwrite your manual deploy.