Beaker
Beaker is the parent application that will start all the different Beaker metric applications.
Summary↑
| start(type, args) | Starts the Beaker app |
Functions
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()