-
Notifications
You must be signed in to change notification settings - Fork 7
feat(grafana): Add flashblocks sequence length panel #403
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
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 a new Grafana panel to track flashblock sequence lengths and upgrades the dashboard to Grafana version 12.2.1 (from 11.5.0).
- Adds a new "Payload Builder" section with a "Flashblock Sequence Length" panel showing quantile-based metrics (min, p50, p90, p95, p99)
- Updates Grafana version from 11.5.0 to 12.2.1 with corresponding schema version upgrade from 40 to 42
- Modernizes panel configurations by replacing
nullvalues with0and addingshowValues: falsesettings
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "transactions", | ||
| "txpool" | ||
| ], | ||
| "schemaVersion": 42, |
Copilot
AI
Nov 25, 2025
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.
[nitpick] The dashboard tags field was removed entirely. Consider keeping the tags field (even if empty, e.g., "tags": []) for consistency with other dashboards like overview.json (line 11808) which uses the same schema version 42. The removed tags were: "optimism", "rpc", "sequencer", "miner", "transactions", "txpool". If these tags are still relevant for dashboard categorization and searchability in Grafana, they should be preserved.
Co-authored-by: Copilot <[email protected]>
op-will
left a comment
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.
👍
Closes #266 This is the layout <img width="1578" height="680" alt="Screenshot 2025-11-25 at 13 24 33" src="https://github.com/user-attachments/assets/59ed27b1-d8c6-4f8d-86ac-953516ea9175" /> --------- Co-authored-by: Copilot <[email protected]>
Closes #266 This is the layout <img width="1578" height="680" alt="Screenshot 2025-11-25 at 13 24 33" src="https://github.com/user-attachments/assets/59ed27b1-d8c6-4f8d-86ac-953516ea9175" /> --------- Co-authored-by: Copilot <[email protected]>
Closes #266
This is the layout
