← All dashboards

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

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