INACTIVE - http://mzl.la/ghe-archive - A dashboard for realtime performance stats of addons.mozilla.org
bc31670801 | ||
---|---|---|
public | ||
tasks | ||
.gitignore | ||
Gruntfile.js | ||
README.md | ||
package.json | ||
webpack.config.js |
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