Use actual data path
Replace /data
by your path to the data.
Collect metrics from your MinIO server using Vector.
Expose metrics from your MinIO server by setting MINIO_PROMETHEUS_AUTH_TYPE
environment variable:
export MINIO_PROMETHEUS_AUTH_TYPE=public
minio server /data
Replace /data
by your path to the data.
Select your platform:
Install and configure Vector on Ubuntu or Debian:
curl -sSL https://telemetry.betterstack.com/setup-vector/minio/$SOURCE_TOKEN \
-o /tmp/setup-vector.sh && \
bash /tmp/setup-vector.sh
Curious about what the script does?
The script will ask for confirmation before making any changes.
You should see your logs in Better Stack → Live tail.
Please let us know at hello@betterstack.com.
We're happy to help! 🙏