# `Monitorex.Health`

Health check module for Monitorex.

Gathers Collector status, ETS table sizes, event throughput, and
overall health of the monitoring pipeline.  Designed for load balancer
probes, Kubernetes liveness checks, and operational dashboards.

## Usage

    iex> Monitorex.Health.check()
    %{status: :healthy, uptime: ..., ets_table_sizes: %{}, ...}

# `check`

Returns a map of Collector health statistics.

The `:status` field is one of `:healthy`, `:degraded`, or `:unhealthy`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
