Reef Node

Reef network node metrics

Reef Node screenshot 1

Reef Node by default serves Prometheus metrics on port 9615. It is based on the https://grafana.com/grafana/dashboards/12425. Thanks phillux!

Example Prometheus configuration to scrape Reef Node metrics each 5s.

scrape_configs:
  - job_name: 'reef-node'

    # Override the global default and scrape targets from this job every 5 seconds.
    scrape_interval: 5s

    static_configs:
      - targets: ['127.0.0.1:9615']

Next, you need to set up Prometheus as the Data Source in the Grafana and import this Dashboard.

Revisions
RevisionDescriptionCreated
Linux Server

Linux Server

by Grafana Labs
Grafana Labs solution

Monitor Linux with Grafana. Easily monitor your Linux deployment with Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies