MinIO integration for Grafana Cloud
MinIO is a Kubernetes-native high performance object storage server compatible with Amazon S3. The MinIO integration enables the Grafana Agent to send metrics to Grafana Cloud. The integration also creates a useful default dashboard for visualization of MinIO metrics within Grafana Cloud.
This integration monitors a single MinIO server.
Use the walkthrough in Grafana Cloud to install the MinIO integration.
Post-install configuration for the MinIO integration
By default, the agent configuration expects the MINIO_PROMETHEUS_AUTH_TYPE
to be set to ‘public’.
If you choose not to set this flag you will need to update the agent configuration prometheus
scrape job integrations/minio
to include bearer_token
generated with mc admin prometheus generate <alias>
. You can read more in the monitoring minio docs.
metrics:
# ...
configs:
- name: integrations:
scrape_configs:
- job_name: integrations/minio
bearer_token: <secret>
scrape_interval: 5s
metrics_path: /minio/prometheus/metrics
static_configs:
- targets: ['localhost:9000']
Related Grafana Cloud resources
Intro to Prometheus and Grafana Cloud
Prometheus is taking over the monitoring world! In this webinar, we will start with a quick introduction to the open source project that’s the de facto standard for monitoring modern, cloud native systems.
How to set up and visualize synthetic monitoring at scale with Grafana Cloud
Learn how to use Kubernetes, Grafana Loki, and Grafana Cloud’s synthetic monitoring feature to set up your infrastructure's checks in this GrafanaCONline session.
Using Grafana Cloud to drive manufacturing plant efficiency
This GrafanaCONline session tells how Grafana helps a 75-year-old manufacturing company with product quality and equipment maintenance.