Skip to content

Commit c411648

Browse files
authored
feat: add panels for eth_getProof in grafana dashboard (#392)
Closes #318 <img width="2208" height="672" alt="Screenshot 2025-11-21 at 15 35 16" src="https://github.com/user-attachments/assets/62ba3b36-fd4f-498a-9bbc-7e4f33c9e3d2" /> The OP-Reth dashboard is not loaded by default when running the kurtosis devnet for e2e historical proofs. Once #391 is merged, I'll update the devnet config to load it by default.
1 parent 0c3c4ff commit c411648

3 files changed

Lines changed: 438 additions & 74 deletions

File tree

crates/optimism/tests/devnets/opgeth-seq-opreth-val.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# One with op-geth/op-node (sequencer role) and one with op-reth/op-node (verifier role).
44

55
optimism_package:
6+
observability:
7+
enabled: true
8+
grafana_params:
9+
# Will load the dashboards from default branch.
10+
dashboard_sources:
11+
- github.com/op-rs/op-reth/etc/grafana
612
faucet:
713
enabled: true
814
test-sequencers:

crates/optimism/tests/devnets/opreth-seq-opgeth-val.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# One with op-geth/op-node (verifier role) and one with op-reth/op-node (sequencer role).
44

55
optimism_package:
6+
observability:
7+
enabled: true
8+
grafana_params:
9+
# Will load the dashboards from default branch.
10+
dashboard_sources:
11+
- github.com/op-rs/op-reth/etc/grafana
612
faucet:
713
enabled: true
814
test-sequencers:

0 commit comments

Comments
 (0)