mfeckie / beaker-frontend

Ember application for Beaker metric display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beaker-frontend

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.

Screenshots

Standard layout in full screen

Full layout

The layout adjusts for smaller screens, but no work has been do to make it look good on mobile devices.

Responsive

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Deployment at this stage requires manually copying the generated JS and CSS files from dist into Beaker

About

Ember application for Beaker metric display


Languages

Language:JavaScript 60.7%Language:HTML 35.6%Language:CSS 3.7%