MinIO Grafana Dashboard - https://min.io/

https://grafana.com/grafana/dashboards/13502-minio-dashboard/

Introduction

MinIO’s high-performance object storage suite is software defined and enables customers to build cloud-native data infrastructure for machine learning, analytics and application data workloads. Read more here.
Prometheus Configuration

MinIO Prometheus endpoint exposes detailed metrics about various sub-systems.

The Prometheus endpoint in MinIO requires authentication by default. Prometheus supports a bearer token approach to authenticate prometheus scrape requests, override the default Prometheus config with the one generated using mc. To generate a Prometheus config for an alias, use mc as follows mc admin prometheus generate

To allow public access without authentication for Prometheus metrics set environment MINIO_PROMETHEUS_AUTH_TYPE=”public”

scrape_configs:

  • job_name: minio-job
    bearer_token:
    metrics_path: /minio/v2/metrics/cluster
    scheme: http
    static_configs:
    • targets: [‘localhost:9000’]

For further details, refer MinIO Prometheus docs.

https://grafana.com/grafana/dashboards/13502-minio-dashboard/

作者:Jeebiz  创建时间:2023-05-12 23:09
最后编辑:Jeebiz  更新时间:2024-02-26 11:18