Beaker

Beaker is the parent application that will start all the different Beaker metric applications.

Source

Summary

start(type, args)

Starts the Beaker app

Functions

start(type, args)

Starts the Beaker app.

This will start all submodules under supervision:

  • Beaker.Counter
  • Beaker.Gauge
  • Beaker.TimeSeries

Parameters

  • type: Ignored.
  • args: Ignored.

Examples

Beaker.start()
Source