# `Monitorex.Collector`

GenServer that owns ETS tables, attaches telemetry handlers, and runs
periodic maintenance for the Monitorex monitoring system.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `handle_event`

Handles a telemetry event by writing it to the appropriate ETS tables.
Called by telemetry handlers.

# `start_link`

Starts the Collector GenServer.

---

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