EnergyLink App para mostrar información del mercado y resultados de las operaciones
|
|
10 rokov pred | |
|---|---|---|
| .hooks | 10 rokov pred | |
| Godeps | 10 rokov pred | |
| benchmarks | 11 rokov pred | |
| conf | 10 rokov pred | |
| docker | 10 rokov pred | |
| docs | 10 rokov pred | |
| packaging | 10 rokov pred | |
| pkg | 10 rokov pred | |
| public | 10 rokov pred | |
| tasks | 10 rokov pred | |
| tests | 10 rokov pred | |
| vendor | 10 rokov pred | |
| .bra.toml | 10 rokov pred | |
| .gitignore | 10 rokov pred | |
| .jscs.json | 11 rokov pred | |
| .jsfmtrc | 11 rokov pred | |
| .jshintrc | 11 rokov pred | |
| CHANGELOG.md | 10 rokov pred | |
| CONTRIBUTING.md | 11 rokov pred | |
| Gruntfile.js | 10 rokov pred | |
| LICENSE.md | 11 rokov pred | |
| NOTICE.md | 12 rokov pred | |
| README.md | 10 rokov pred | |
| appveyor.yml | 10 rokov pred | |
| build.go | 10 rokov pred | |
| circle.yml | 10 rokov pred | |
| latest.json | 10 rokov pred | |
| main.go | 10 rokov pred | |
| package.json | 10 rokov pred |
Website | Twitter | IRC | Email
Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
The develop branch has now been merged with master. For 1.9 users this is a big change as Grafana is no longer a standalone frontend only web application. Grafana 2.0 comes with a backend.
There are no dependencies except an external time series data store. For dashboards and user accounts Grafana can use an embedded database (sqlite3) or you can use an external SQL data base like MySQL or Postgres.
Head to grafana.org and download the latest release.
If you have any problems please read the troubleshooting guide.
Be sure to read the getting started guide and the other feature guides.
If you want to build a package your self, or contribute. Here is a guide for how to do that. You can always find the latest master builds here
go get github.com/grafana/grafana
cd $GOPATH/src/github.com/grafana/grafana
go run build.go setup (only needed once to install godep)
godep restore (will pull down all golang lib dependecies in your current GOPATH)
go build .
To build less to css for the frontend you will need a recent version of of node (v0.12.0), npm (v2.5.0) and grunt (v0.4.5). Run the following:
npm install
npm install -g grunt-cli
grunt
To rebuild on source change (requires that you executed godep restore)
go get github.com/Unknwon/bra
bra run
./grafana web
Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).
Create a custom.ini in the conf directory to override default configuration options. You only need to add the options you want to override. Config files are applied in the order of:
Before or after your create a pull requests, sign the contributor license aggrement.## Contribute 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)