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.
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Linux Server
Monitor Linux with Grafana. Easily monitor your Linux deployment with Grafana Cloud's out-of-the-box monitoring solution.
Learn more