minio/docs/metrics/prometheus/grafana
Shubhendu 3d4fc28ec9
Render node graphs by node (#19356)
As total drives count, online vs offline are per node basis, its
corect to select node for which graphs need to be rendered.

Set prometheus scrape jobs to fetch metrics from all nodes. A sample
scrape job for node metrics could be as below

```
- job_name: minio-job-node
  bearer_token: <token>
  metrics_path: /minio/v2/metrics/node
  scheme: https
  tls_config:
    insecure_skip_verify: true
  static_configs:
  - targets: [tenant1-ss-0-0.tenant1-hl.tenant-ns.svc.cluster.local:9000,tenant1-ss-0-1.tenant1-hl.tenant-ns.svc.cluster.local:9000,tenant1-ss-0-2.tenant1-hl.tenant-ns.svc.cluster.local:9000,tenant1-ss-0-3.tenant1-hl.tenant-ns.svc.cluster.local:9000]
```

Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
2024-03-27 10:41:08 -07:00
..
bucket Re-organized grafana dashboards (#19157) 2024-02-29 10:35:20 -08:00
node Render node graphs by node (#19356) 2024-03-27 10:41:08 -07:00
replication Re-organized grafana dashboards (#19157) 2024-02-29 10:35:20 -08:00
grafana-minio.png remove local disk metrics from cluster metrics (#18886) 2024-01-28 12:53:59 -08:00
minio-dashboard.json remove local disk metrics from cluster metrics (#18886) 2024-01-28 12:53:59 -08:00
README.md Adding dashboard for MinIO node metrics (#19329) 2024-03-26 08:01:28 -07:00

How to monitor MinIO server with Grafana Slack

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture.

Prerequisites

  • Prometheus and MinIO configured as explained in document here.
  • Grafana installed as explained here.

MinIO Grafana Dashboard

Visualize MinIO metrics with our official Grafana dashboard available on the Grafana dashboard portal.

Refer to the dashboard json file here.

Grafana

Replication metrics can be viewed in the Grafana dashboard using json file here

Grafana

Bucket metrics can be viewed in the Grafana dashboard using json file here

Grafana

Node metrics can be viewed in the Grafana dashboard using json file here

Grafana

Note: All these dashboards are provided as an example and need basis they should be customized as well as new graphs should be added.