EnergyLink App para mostrar información del mercado y resultados de las operaciones
|
|
11 anos atrás | |
|---|---|---|
| Godeps | 11 anos atrás | |
| conf | 11 anos atrás | |
| data | 11 anos atrás | |
| docker | 11 anos atrás | |
| pkg | 11 anos atrás | |
| src | 11 anos atrás | |
| tasks | 11 anos atrás | |
| vendor | 11 anos atrás | |
| .bra.toml | 11 anos atrás | |
| .gitignore | 11 anos atrás | |
| .jscs.json | 11 anos atrás | |
| .jsfmtrc | 11 anos atrás | |
| .jshintrc | 11 anos atrás | |
| .travis.yml | 11 anos atrás | |
| CHANGELOG.md | 11 anos atrás | |
| CONTRIBUTING.md | 11 anos atrás | |
| Gruntfile.js | 11 anos atrás | |
| LICENSE.md | 11 anos atrás | |
| NOTICE.md | 12 anos atrás | |
| README.md | 11 anos atrás | |
| build.go | 11 anos atrás | |
| latest.json | 11 anos atrás | |
| main.go | 11 anos atrás | |
| model.txt | 11 anos atrás | |
| package.json | 11 anos atrás | |
| wercker.yml | 11 anos atrás |
Website | Twitter | IRC | Email
Grafana is An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
Before trying to build make sure the grafana frontend git submodule is loaded.
By clone recursive
git clone --recursive <this_repo>
In case of after clone
git submodule update --init
Building
go run build.go setup (only needed once to install godep)
go run build.go build
For quicker builds:
godep restore (will pull down all golang lib dependecies in your current GOPATH)
go build -o ./bin/grafana .
To build less to css for frontend:
cd grafana
npm install
npm install -g grunt-cli
grunt
To rebuild on source change:
go get github.com/Unknwon/bra
bra run
There are no dependencies, Grafana is a client side application that runs in your browser. It only needs a time series store where it can fetch metrics. If you use InfluxDB Grafana can use it to store dashboards. If you use Graphite or OpenTSDB you can use Elasticsearch to store dashboards or just use json files stored on disk.
Head to grafana.org and download the latest release.
Then follow the quick setup & config guide. If you have any problems please read the troubleshooting guide.
Be sure to read the getting started guide and the other feature guides.
Grafana uses nodejs and grunt for asset management (css & javascript), unit test runner and javascript syntax verification.
If you have any idea for an improvement or found a bug do not hesitate to open an issue. And if you have time clone this repo and submit a pull request and help me make Grafana the kickass metrics & devops dashboard we all dream about!
Before creating a pull request be sure that "grunt test" runs without any style or unit test errors, also please sign the CLA
Grafana is distributed under Apache 2.0 License. Work in progress Grafana 2.0 (with included Grafana backend)