https://github.com/potch/statsdash
a configurable graphite HUD in backbone.js
https://github.com/potch/statsdash
Last synced: 11 months ago
JSON representation
a configurable graphite HUD in backbone.js
- Host: GitHub
- URL: https://github.com/potch/statsdash
- Owner: potch
- Created: 2011-08-02T23:21:16.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T20:09:30.000Z (about 4 years ago)
- Last Synced: 2025-04-30T06:47:55.288Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 119 KB
- Stars: 27
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
this does something off-the-shelf, but need much TLC still.
cp js/app.config.js.example js/app.config.js
$EDITOR js/app.config.js
Each graph in the default graphs list has two required and two optional
keys.
Required:
- `target` - an array of stats to draw
- `title` - a title for the graph
Optional:
- `stacked` - a boolean display a stacked graph (e.g. for server stats
like memory use) instead of a line graph
- `alpha` - when used with stack, set to a float between 0.0 and 1.0 to
control the alpha channel of the graph area (e.g. 0.7 lets you see the
lines behind the graph)