← All dashboards

SUI Fullnode Monitor Dashboard

the monitor dashboard for SUI fullnode

Overview

This is a work-in-progress Grafana dashboard for monitoring SUI fullnode. Setting up Prometheus / Grafana is outside the scope of this cookbook.

Something you need to do in advance

  • Install node-exporter service. get it from github or just run apt install prometheus-node-exporter
  • Setup your prometheus.yml file like this:
yaml
- job_name: sui
    static_configs:
    # for sui node metrics
	- targets: ['localhost:9184']
	  labels:
	  chain: 'devnet' # or testnet
	# for machine metrics
	- targets: ['localhost:9100']
	  labels:
	  chain: 'devnet' # or testnet
  • Install Infinity Plugin for Grafana. Install it by run grafana-cli plugins install yesoreyeram-infinity-datasource command on the grafana server, or from grafana.net cloud installs. after you finish install, go to your datasources and add a new datasource. choose type Infinity and hit save without any other configuration.

Then enjoy it :)

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