INACTIVE - http://mzl.la/ghe-archive - A dashboard for realtime performance stats of addons.mozilla.org
Перейти к файлу
Kumar McMillan bc31670801 goodbye (for now!) 2015-12-17 15:16:01 -06:00
public Upgrade redux and react 2015-10-30 23:41:13 -05:00
tasks Adds task for publishing to Github Pages 2015-09-23 18:23:59 -05:00
.gitignore goodbye (for now!) 2015-12-17 15:16:01 -06:00
Gruntfile.js Adds task for publishing to Github Pages 2015-09-23 18:23:59 -05:00
README.md goodbye (for now!) 2015-12-17 15:16:01 -06:00
package.json Upgrade redux and react 2015-10-30 23:41:13 -05:00
webpack.config.js Show a response count graph 2015-09-21 18:57:16 -05:00

README.md

AMO Dashboard

UPDATE: This dashboard is no longer maintained; we're using Data Dog now.

This is a private Mozilla dashboard to view health and performance stats for addons.mozilla.org. The stats are collected with statsd and the graphs are provided by graphite.

Check It Out

The dashboard can be viewed here on Github Pages: http://mozilla.github.io/amo-dashboard/ (requires that you're on the Mozilla VPN).

Installation

You'll need Node JS for build management. Install and compile the assets:

npm install
grunt watch-static

Open public/index.html in a browser.

Developing With The Hot Reloader

The hot reloading server will make changes appear instantly on the page as you edit React component code. It's pretty hot! Run it like this:

grunt serve

Open:

http://localhost:8080/webpack-dev-server/

Publishing To Github Pages

To publish a new dashboard to Github Pages from the source, run this:

grunt gh-publish