Bridges BEAM/SASL alarms into Vibe's local telemetry stream.
OTP services such as :memsup publish alarms through :alarm_handler,
including memory pressure signals like :system_memory_high_watermark. Vibe
records those alarms as sanitized telemetry so agents and dashboards can
inspect runtime pressure without scraping logs.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
@spec active() :: [Vibe.Runtime.Alert.t()]
@spec active_notifications() :: [Vibe.UI.Notification.t()]
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec installed?() :: boolean()
@spec start_link(keyword()) :: GenServer.on_start()