Crates.io | safecoin-metrics |
lib.rs | safecoin-metrics |
version | 1.14.17 |
source | src |
created_at | 2021-08-06 20:43:37.713473 |
updated_at | 2023-03-08 13:19:22.78749 |
description | Safecoin Metrics |
homepage | https://safecoin.org/ |
repository | https://github.com/fair-exchange/safecoin |
max_upload_size | |
id | 432577 |
size | 414,076 |
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
=> Delete
If 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.safecoin.org:3000/org/apikeys"
$ metrics/publish-metrics-dashboard.sh (edge|beta|stable)
Note that automation will eventually overwrite your manual deploy.