Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 846 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 846 Bytes

grafana-dashboards-public

This repository tracks the latest public Optimism Grafana dashboards.

Structure

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.

Setup

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.

Usage

To provision these dashboards in your Grafana instance, run the following command after following the setup instructions above:

just push