Superintelligence.HealthMonitor (superintelligence v0.1.0)

Advanced health monitoring system with:

  • Circuit breakers
  • Health checks
  • Failure detection
  • Auto-recovery
  • Alerting

Summary

Functions

call_with_circuit(circuit_name, fun)

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get_health_status()

init(opts)

Callback implementation for GenServer.init/1.

register_check(name, check_fn, opts \\ [])

register_circuit(name, opts \\ [])

start_link(opts \\ [])

trigger_recovery(component)