Table of Contents |
---|
Introduction
Minio metrics can be collected and displayed in a number of different ways.
Prometheus
Minio can be setup to work with Prometheus by adding the following environment variables to your minio deployment
...
Setting MINIO_PROMETHEUS_AUTH_TYPE to 'public' means you can scpae scrape these metrics without the need for a token in your scrape config.
...
The metrics are also available in the minio console:
InfluxDB
These metrics can also be made available in InfluxDB by setting up a metrics scraper and a bucket to store the metrics.
...
The metrics can then be viewed in data explorer
Links
Monitoring and Alerting using Prometheus
...