View Source Zexbox (Zexbox v0.6.0)

Zexbox 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 Zexbox. this exists to reduce the amount of boilerplate required to configure Zexbox. All GenServers, Supervisors and other processes for Zexbox 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 Zexbox. Set the children for the supervisor here.

Start the supervisor for Zexbox.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

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

Start the supervisor for Zexbox.