MinIO Monitoring Guide
MinIO 모니터링 가이드
MinIO server exposes monitoring data over endpoints. Monitoring tools can pick the data from these endpoints. This document lists the monitoring endpoints and relevant documentation.
MinIO 서버는 엔드포인트를 통해 모니터링 데이터를 노출합니다. 모니터링 도구는 이러한 엔드포인트에서 데이터를 선택할 수 있습니다. 이 문서에는 모니터링 엔드포인트 및 관련 문서가 나열되어 있습니다.
Healthcheck Probe
상태 점검 프로브
MinIO server has two healthcheck related un-authenticated endpoints, a liveness probe to indicate if server is working fine and a readiness probe to indicate if server is not accepting connections due to heavy load.
MinIO 서버에는 두 개의 상태 확인 관련 인증되지 않은 엔드포인트가 있습니다. 하나는 서버가 제대로 작동하는지 나타내는 활성 프로브와 서버가 과부하로 인해 연결을 수락하지 않는지 여부를 나타내는 준비 프로브입니다.
Liveness probe available at /minio/health/live
/minio/health/live에서 활성 상태 프로브를 사용할 수 있습니다
Readiness probe available at /minio/health/ready
/minio/health/ready에서 준비 상태 프로브를 사용할 수 있습니다
Read more on how to use these endpoints in MinIO healthcheck guide.
MinIO 상태 확인 가이드에서 이러한 엔드포인트를 사용하는 방법에 대해 자세히 알아보세요.
Prometheus Probe
프로메테우스 탐사선
MinIO server exposes Prometheus compatible data on a single endpoint. By default, the endpoint is authenticated.
MinIO 서버는 단일 엔드포인트에서 Prometheus 호환 데이터를 노출합니다. 기본적으로 엔드포인트는 인증됩니다.
Prometheus data available at /minio/prometheus/metrics
/minio/prometheus/metrics에서 제공되는 Prometheus 데이터
To use this endpoint, setup Prometheus to scrape data from this endpoint.
이 엔드포인트를 사용하려면 이 엔드포인트에서 데이터를 스크랩하도록 Prometheus를 설정하세요.
Read more on how to configure and use Prometheus to monitor MinIO server in How to monitor MinIO server with Prometheus.
Prometheus를 사용하여 MinIO 서버를 모니터링하는 방법에서 Prometheus를 구성하고 사용하여 MinIO 서버를 모니터링하는 방법에 대해 자세히 알아보세요.