# 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:

{% code overflow="wrap" %}

```
[2023-06-15T10:30:15Z INFO  sov_rollup::runner] Slot 1234: Processed 5 blobs. New state root: 0x1a2b...
```

{% endcode %}

### Setting Up Monitoring Tools

1. Use Prometheus for metrics collection:
   * Install Prometheus
   * Configure it to scrape metrics from your Spicenet node
2. Set up Grafana for visualization:

   * Install Grafana
   * Create dashboards for key metrics like processed blobs, latency, and peer count


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://validators.spicenet.io/running-your-validator-node/4.2-monitoring-your-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
