hecate_om_health (hecate_om v0.3.1)

View Source

Tracks a single service's health snapshot.

Exposed over HTTP by hecate_om_health_handler (Cowboy) at GET /health on port health_port (default 8470). Podman's HEALTHCHECK and systemd's EXEC_START Readiness mechanics use it.

Summary

Functions

handle_call(Msg, From, S)

handle_cast(Msg, S)

handle_info(Msg, S)

init(_)

register(ServiceMod)

snapshot()

start_link()

terminate(Reason, State)