Geth node monitor
Geth node metrics monitoring, the process of tracking and analyzing various performance metrics of a Geth node
This is a dashboard that visualizes the metrics data provided by Go-Ethereum (Geth) through its Prometheus endpoint. It allows for thorough monitoring of Geth metrics data with the help of Prometheus and Grafana.
You need to mentioned the job in prometheus.yml
file as:
scrape_configs:
- job_name: "geth"
scrape_interval: "15s"
static_configs:
- targets: ["localhost:6060"]
metrics_path: "/debug/metrics"
localhost:6060/debug/metrics
is endpoint where prometheus metrics are exposed
Dashboard revisions
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Decscription | Created | |
---|---|---|---|
Download |
Sign up for Grafana Cloud
Get this dashboard
Data source:
Dependencies: