Commit 566964c
fix(l1): fix breakdown pie chart (#5202)
**Motivation**
The `Execution Breakdown` pie chart was broken after #5084
**Description**
This PR is a quick fix of the pie chart, the idea is to have a complete
rework in a follow-up PR but for now it serves to avoid showing
misleading info, now the chart effectively measures
`execute_block_pipeline` + the sync store step after it:
- Now that Block Execution and Merkleization are part of
`execute_block_pipeline` we removed the Trie update measure
(merkleization) from the chart because it will be happening concurrently
with execution.
- We added a new `Other (pipeline diff)` measure, that takes the whole
`execute_block_pipeline` and removes the execution from it (aka the
missing merkleization measure).
| Main | This PR |
| ---- | ---- |
| <img width="741" height="427" alt="image"
src="https://github.com/user-attachments/assets/3025cd92-6355-4365-92de-f9eb4039d97e"
/> | <img width="744" height="465" alt="image"
src="https://github.com/user-attachments/assets/7e2f7784-0666-4984-aef8-cd39e10f6ca7"
/> |1 parent cbb349e commit 566964c
File tree
1 file changed
+2
-2
lines changed- metrics/provisioning/grafana/dashboards/common_dashboards
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1249 | 1249 | | |
1250 | 1250 | | |
1251 | 1251 | | |
1252 | | - | |
| 1252 | + | |
1253 | 1253 | | |
1254 | 1254 | | |
1255 | 1255 | | |
| |||
2569 | 2569 | | |
2570 | 2570 | | |
2571 | 2571 | | |
2572 | | - | |
| 2572 | + | |
2573 | 2573 | | |
0 commit comments