-
Notifications
You must be signed in to change notification settings - Fork 117
docs(l1): document our grafana dashboard #5146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the Ethrex L1 Performance Dashboard along with supporting screenshots. The documentation describes how to use the Grafana dashboard and explains each panel's purpose.
- Added new
dashboards.mdfile with detailed documentation of dashboard panels and their usage - Added 10 PNG screenshot files to illustrate various dashboard components
- Updated the L1 documentation index to include the new dashboards page
Reviewed Changes
Copilot reviewed 2 out of 25 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/developers/l1/introduction.md | Added link to new dashboards documentation |
| docs/developers/l1/dashboards.md | New comprehensive dashboard documentation with panel descriptions |
| docs/developers/l1/img/*.png | Screenshot images supporting the dashboard documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Motivation
We want to have documentation about the current state of our grafana dashboard.
Description
This PR documents the dashboard in general and go panel by panel adding images and a small description for each.
It also documents the limitations found with the Ggas/s by block panel.
Closes #5048