> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 健康与指标

> liveness/readiness 与 Prometheus 指标。

本页所有路由均**免认证**。

```http theme={null}
GET /api/v1/healthz
```

综合健康探针。健康时返回 `200 {"status":"ok"}`；WAL replay 或子系统探测异常时返回带原因的 `503`。

```http theme={null}
GET /api/v1/readyz
```

流量就绪探针。仅在 WAL replay 期间返回 `503`；对象存储降级不会让只读流量变为未就绪。

```http theme={null}
GET /api/v1/version
```

返回产品版本、commit、branch、构建 epoch 和原始的 `oss` / `enterprise` build edition 值。产品界面将
两个版本展示为 OpenSource Edition 与 Enterprise Edition。

```http theme={null}
GET /metrics
```

Prometheus exposition（`text/plain; version=0.0.4`），包含进程与各子系统指标。
