Geth overview

Geth metrics overview dashboard.

Geth overview screenshot 1
Geth overview screenshot 2
Geth overview screenshot 3

Add this args to geth (default port is 6060)

--metrics --pprof --pprof.addr=0.0.0.0

and add Prometheus scrape job:

- job_name: 'geth_node'
  metrics_path: /debug/metrics/prometheus
  static_configs:
  - targets: ['X.X.X.X:6060']

=============================

Many thanks for user hereimalive on the Reddit

I got his dashboard on the Reddit post and did some cosmetic changes. And it is here.

Also you can try my helm chart for the Geth - geth-helm

Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies