Etcd Cluster Overview

Etcd Cluster Overview showing details scraped from the etcd Prometheus metrics endpoint.

Etcd Cluster Overview screenshot 1

Etcd Cluster Overview showing details scraped from the etcd Prometheus metrics endpoint.

Example Scrape Config:

yaml
scrape_configs:
  - job_name: "etcd"
    scrape_interval: 15s
    metrics_path: /metrics
    static_configs:
      - targets: ['10.0.2.1:2379', '10.0.2.2:2379', '10.0.2.3:2379']

Based on https://grafana.com/grafana/dashboards/15308-etcd-cluster-overview/ with fixes for newer etcd versions.

Revisions
RevisionDescriptionCreated
etcd

etcd

by Grafana Labs
Grafana Labs solution

Easily monitor etcd, a distributed key-value store, ewith Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies