This repository tracks the latest public Optimism Grafana dashboards.
Dashboards are stored as metadata-enhanced JSON files in resources/dashboards
with a directory structure mirroring the Grafana folder structure. Folder metadata is stored in resources/folders
.
Install grizzly
and run the following command to configure it with your Grafana instance:
just configure-grafana <url> <service account token>
You can create a new service account and an associated token at this URL on your Grafana instance: https://<grafana url>/org/serviceaccounts/create
.
To provision these dashboards in your Grafana instance, run the following command after following the setup instructions above:
just push