4.2 Monitoring Your Node
Understanding Node Output
Your node will output logs that include:
Current slot number
Number of blobs processed
State root hash
Any errors or warnings
Example output:
Setting Up Monitoring Tools
Use Prometheus for metrics collection:
Install Prometheus
Configure it to scrape metrics from your Spicenet node
Set up Grafana for visualization:
Install Grafana
Create dashboards for key metrics like processed blobs, latency, and peer count
Last updated