View Source Exbox (Exbox v0.3.6)

Exbox is a package containing common tooling and other functionality for Zappi's Elixir/Phoenix applications. It is the Elixir equivalent of the Opsbox, which was built for our Ruby/Rails stack. Supervisor for Exbox. this exists to reduce the amount of boilerplate required to configure Exbox. All GenServers, Supervisors and other processes for Exbox should be started from here. It also has an entry point point for default opt-in by default functionality like attach_controller_metrics

Summary

Functions

Returns a specification to start this module under a supervisor.

Initialise the supervisor for Exbox. Set the children for the supervisor here.

Start the supervisor for Exbox.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Initialise the supervisor for Exbox. Set the children for the supervisor here.

Start the supervisor for Exbox.