Feat/storage optimized and metrics access - #2
Conversation
- cause in local Pebble take too much of my storage space
- allow monitoring access from the host machine via Docker port forwarding.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: getoptimum/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe pull request standardizes the local testing environment for a BSC (Binance Smart Chain) cluster. Changes include: documenting monitoring and metrics endpoints (Prometheus, JSON metrics, pprof) in the README with a node-to-port mapping table; adding a storage optimization section describing database and state scheme configuration; exposing metrics and debug ports (7060, 7062, 7064, 7066) in docker-compose.yml; unifying geth genesis initialization across all validator nodes by removing node-0-specific conditional logic; and updating metrics/pprof binding addresses from localhost to 0.0.0.0 in the cluster startup script. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary by CodeRabbit
New Features
Documentation