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 the Grafana instance:
just configure-cloud <service account token>
You can create a new service account and an associated token here.
To provision these dashboards in your Grafana instance, run the following command after following the setup instructions above:
just push
To pull the latest dashboards from Grafana, run the following command:
just pull