← All dashboards

Reef Node

Reef network node metrics

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.

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 29