Beaker is a metric collection tool for Elixir based systems. This repository contains the frontend, which is built with Ember.js and Highcharts.
Counters, gauges will update each second. Time series data is aggregated once a minute.
Standard layout in full screen
The layout adjusts for smaller screens, but no work has been do to make it look good on mobile devices.
You will need the following things properly installed on your computer.
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Deployment at this stage requires manually copying the generated JS and CSS files from dist into Beaker