Skip to content

Commit

Permalink
move dashboard source doc to obs section
Browse files Browse the repository at this point in the history
  • Loading branch information
edobry committed Feb 25, 2025
1 parent 6f819b5 commit 49ae104
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ optimism_package:
enabled: false
```

You can provide custom dashboard sources to have Grafana pre-populated with your preferred dashboards:
You can provide custom dashboard sources to have Grafana pre-populated with your preferred dashboards. Each source should be a URL to a Github repository directory containing at minimum a `dashboards` directory:

```yaml
optimism_package:
Expand All @@ -712,6 +712,8 @@ optimism_package:
- github.com/<org>/<repo>/<path-to-resources>
```

See [grafana-dashboards-public](https://github.com/ethereum-optimism/grafana-dashboards-public) for more info.

To access the Grafana UI, you can use the following command after starting the enclave:

```shell
Expand Down

0 comments on commit 49ae104

Please sign in to comment.