1
0
mirror of https://github.com/minio/docs.git synced 2025-08-31 13:02:11 +03:00
Files
docs/source/operations/monitoring/grafana.rst
Daryl White 34cf55934a Updates for several July 2023 mc releases (#964)
mc RELEASE.2023-07-18T21-05-38Z
- Replaces mc replicate diff with mc replicate backlog
- Adds mc support top net

mc RELEASE.2023-07-07T05-25-51Z
- Adds mc support perf site-replication
- Deprecates mc admin replicate --sync flag in favor of new mc admihn
replicate --mode flag
- Updates output example of mc admin user info to show authentication
info

Partially addresses  #930
2023-08-22 13:54:51 -05:00

2.7 KiB

Monitor a MinIO Server with Grafana

minio

Table of Contents

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

  • An existing Prometheus deployment <prometheus/latest/installation/> with backing Alert Manager <alerting/latest/overview/>
  • An existing MinIO deployment with network access to the Prometheus deployment
  • Grafana installed

MinIO Grafana Dashboard

MinIO provides two official Grafana Dashboards you can download from the Grafana Dashboard portal.

  1. MinIO Server metrics <minio-server-grafana-metrics>
  2. MinIO Bucket metrics <minio-buckets-grafana-metrics>

To track changes to the Grafana dashboard, introspect the JSON files for the server or bucket dashboards in the MinIO Server GitHub repository.

MinIO Server Metrics Dashboard

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

MinIO provides a Grafana Dashboard for MinIO Server metrics. For specifics on the dashboard's configuration, see the JSON file on GitHub.

A sample of the MinIO Grafana dashboard showing many different captured metrics on a MinIO Server.

MinIO Bucket Metrics Dashboard

Visualize MinIO bucket metrics with the official MinIO Grafana dashboard for buckets available on the Grafana dashboard portal.

Bucket metrics can be viewed in the Grafana dashboard using the bucket JSON file on GitHub.

A sample of the MinIO Grafana dashboard showing many different captured metrics MinIO buckets.