The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Go to file
2016-03-10 16:29:37 +01:00
.github github(pr_template): minor guide for PRs 2016-03-09 12:42:36 +01:00
.hooks feat(hooks): add grunt test to pre commit 2016-01-18 14:37:53 +01:00
benchmarks/ab Fixed light theme condition, Fixes #1462 2015-02-11 15:32:19 +01:00
conf Merge branch 'ssl-for-mysql' of https://github.com/improbable-io/grafana into improbable-io-ssl-for-mysql 2016-01-07 17:08:31 +01:00
docker feat(templating): prometheus now works with new template variable formating/escaping, #2918 2016-03-01 16:11:05 +01:00
docs docs(configuration): add redis as session storage 2016-03-10 14:49:37 +01:00
emails feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 13:45:16 +02:00
examples example(plugin.json): add example dashboard file 2016-03-08 22:13:40 +01:00
Godeps feat(cli): move cli into main repo 2016-02-15 14:09:34 +01:00
packaging feat(packaging): added Restart=on-failure to systemd service spec file 2016-01-13 13:57:22 +01:00
pkg feat(cli): support for asking grafana net about plugins 2016-03-10 16:25:34 +01:00
public fix to use variable.refresh flag 2016-03-10 13:19:07 +09:00
tasks Merge branch 'master' of github.com:grafana/grafana 2016-03-07 18:04:06 +01:00
tests fix(plugins): fixed failing unit tests, fixes #4280 2016-03-07 21:45:49 +01:00
vendor/phantomjs fix(panel): fixed issues with png rendering, also fixed #4260 2016-03-06 12:51:36 +01:00
.bowerrc Added bowerrc file 2015-06-13 20:43:12 +02:00
.bra.toml Shame, bra toml 2016-03-01 15:14:50 +08:00
.editorconfig feat(editorconfig): add config for go files 2016-03-08 14:31:31 +01:00
.gitignore fix(examples): ignore dist folder 2016-03-02 10:45:17 +01:00
.jscs.json Adding JSCS (javascript style checker) 2014-06-07 07:05:42 +02:00
.jsfmtrc SharePanelModal: working on share feature, #864 2014-09-30 14:42:59 +02:00
.jshintrc feat(templating): lots of progress on template variable context specific formats, #2918, all elasticsearch / lucene use cases seem to work now 2016-03-01 08:43:54 +01:00
appveyor.yml updated appveyor again 2015-12-04 16:56:37 +01:00
bower.json dependency(): upgraded angularjs to 1.5.1 2016-02-10 10:15:11 +01:00
build.go feat(build): make build more generic for executables 2016-02-15 15:22:03 +01:00
CHANGELOG.md docs(changelog): add opentsdb annotations to changelog 2016-03-09 11:34:59 +01:00
circle.yml feat(circleci): triggers grafana packer after successful build 2016-01-27 20:18:51 +01:00
Gruntfile.js tech(typescript): its looking good 2015-09-10 11:26:40 +02:00
karma.conf.js tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
latest.json pumped version to 2.1.1 2015-08-11 10:48:19 +02:00
LICENSE.md Updated copyright to 2016 2016-01-01 01:30:43 +00:00
NOTICE.md updated license and added notice, hard to know how to handle attribution, and copyright, wish kibana src files had license headers 2013-12-27 11:58:35 +01:00
package.json Merge branch 'master' of github.com:grafana/grafana 2016-03-07 18:04:06 +01:00
README.md docs(readme): declare code as bash 2016-02-10 12:08:04 +01:00
symlink_git_hooks.sh feat(hooks): improve symlinks script 2016-01-21 14:39:32 +01:00
test.sh Worked on golang code coverage via coveralls 2015-05-02 17:24:03 +02:00
trigger_grafana_packer.sh feat(circleci): triggers grafana packer after successful build 2016-01-27 20:18:51 +01:00
tsconfig.json tech(systemjs): ok, moving forward 2015-12-17 14:27:34 +01:00
tsd.json minor progress 2015-12-16 17:01:34 +01:00
tslint.json fix(build): trying to fix build 2016-02-20 17:54:51 +01:00

Grafana Circle CI Coverage Status ![Gitter](https://badges.gitter.im/Join Chat.svg)

Website | Twitter | IRC | Email

Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.

Features

Graphite Target Editor

  • Graphite target expression parser
  • Feature rich query composer
  • Quickly add and edit functions & parameters
  • Templated queries
  • See it in action

Graphing

  • Fast rendering, even over large timespans
  • Click and drag to zoom
  • Multiple Y-axis, logarithmic scales
  • Bars, Lines, Points
  • Smart Y-axis formatting
  • Series toggles & color selector
  • Legend values, and formatting options
  • Grid thresholds, axis labels
  • Annotations
  • Any panel can be rendered to PNG (server side using phantomjs)

Dashboards

Elasticsearch

  • Feature rich query editor UI

InfluxDB

  • Use InfluxDB as a metric data source, annotation source
  • Query editor with series and column typeahead, easy group by and function selection

OpenTSDB

  • Use as metric data source
  • Query editor with metric name typeahead and tag filtering

Requirements

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.

Installation

Head to grafana.org and download the latest release.

If you have any problems please read the troubleshooting guide.

Documentation & Support

Be sure to read the getting started guide and the other feature guides.

Run from master

If you want to build a package yourself, or contribute. Here is a guide for how to do that. You can always find the latest master builds here

Dependencies

  • Go 1.5
  • NodeJS

Get Code

go get github.com/grafana/grafana

Building the backend

Replace X.Y.Z by actual version number.

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 dependencies in your current GOPATH)
go run build.go build

Building frontend assets

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

Recompile backend on source change

To rebuild on source change (requires that you executed godep restore)

go get github.com/Unknwon/bra
bra run

Running

./bin/grafana-server

Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).

Dev config

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:

  1. grafana.ini
  2. dev.ini (if found)
  3. custom.ini

Create a pull request

Before or after you create a pull request, sign the contributor license agreement.

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

License

Grafana is distributed under Apache 2.0 License. Work in progress Grafana 2.0 (with included Grafana backend)