MinIO Object Storage
2,744 3.0 (1 reviews)

Created 7/1/2020
Updated 7/14/2020
Revision 5
Categories
AWS
Grafana Version >=6.2.5
Datasources
Prometheus

MinIO server exposes metrics on /minio/prometheus/metrics endpoint. Use the the demo server at https://play.min.io:9000/minio/prometheus/metrics to see the full list of exposed metrics.

Example of configuration:

- job_name: minio
    metrics_path: /minio/prometheus/metrics
    scheme: http
    static_configs:
      - targets: ['127.0.0.1:9000']

More instructions to configure the collector, can be found here: How to monitor MinIO server with Prometheus

Export Dashboard
Download
Copy to Clipboard

Used Metrics 19