Liveness, readiness 및 Prometheus 지표. 공개이며 인증이 필요하지 않습니다.

GET /api/v1/health

GET/api/v1/health

Liveness 프로브

의존성을 건드리지 않고 프로세스의 활성 상태를 보고합니다.

No authentication required.

Responses

StatusDescription
200Successful Response (HealthResponse)

GET /api/v1/readyz

GET/api/v1/readyz

Readiness 프로브 (의존 서비스 연결 확인)

모든 의존 서비스 연결을 확인하여 준비 상태를 보고합니다.

No authentication required.

Responses

StatusDescription
200Successful Response (ReadinessResponse)

GET /api/v1/metrics

GET/api/v1/metrics

Prometheus 지표 노출

수집된 지표를 Prometheus 텍스트 노출 형식으로 노출합니다.

No authentication required.

Responses

StatusDescription
200Successful Response (object)

Written for the platform as of 2026-09-21.

© Geo-MLOps