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
2015-10-23 15:13:41 +02:00
.hooks Fixed gofmt formating, updated precommit hook 2015-03-07 16:37:19 +01:00
benchmarks/ab Fixed light theme condition, Fixes #1462 2015-02-11 15:32:19 +01:00
conf Add config option to strip (most) colors from console logs 2015-10-01 13:16:23 -07:00
docker fix(influxdb): influxdb data source did not use right http abstraction for metric queries, fixes #2919 2015-10-10 11:46:00 -04:00
docs Fixed other docs typos 2015-10-21 22:09:07 -07:00
emails feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 13:45:16 +02:00
Godeps add ebs_volume_ids() for templating 2015-09-26 02:33:51 +09:00
packaging Fix LimitNOFILE in RPM systemd unit 2015-10-23 15:13:41 +02:00
pkg fix(http route): fixed dashboard-solo route to not return 404, fixes #2979 2015-10-20 10:02:56 -04:00
public spelling: fixed selling in influxdb annotation partial, fixes #3012 2015-10-22 18:24:43 -04:00
tasks fix(build): fixed partials so they are included in optimized js file, fixes #2997 2015-10-22 10:02:29 -04:00
tests/config-files Fixed issue with overriding default config values via command line 2015-04-10 10:58:32 +02:00
typings feat(timepicker2): added date math tests 2015-09-16 18:48:41 +02:00
vendor/phantomjs removing default phantomjs binary 2015-09-25 00:51:54 +02:00
.bowerrc Added bowerrc file 2015-06-13 20:43:12 +02:00
.bra.toml feat(tagmanager): support to add google tagmanager id, closes #2569 2015-08-21 09:30:39 +02:00
.editorconfig feat(invite): began work on email template build system, and css inlining 2015-08-10 17:50:02 +02:00
.gitignore minor elasticsearch fix 2015-10-05 11:17:53 +02: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(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034 2015-09-07 13:13:27 +02:00
appveyor.yml Updated appveyor spec file again (windows CI server, hope to get windows builds soon) 2015-04-20 18:09:57 +02:00
bower.json feat(cloudwatch): only support proxy mode, can remove frontend aws-sdk lib 2015-10-01 17:38:55 +02:00
build.go fix(build): anonther minor build script fix 2015-10-16 13:03:20 -04:00
CHANGELOG.md changelog: updated with info about new units PR #2955 2015-10-22 12:27:22 -04:00
circle.yml tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build 2015-09-13 12:13:47 +02:00
CONTRIBUTING.md Improved markdown formatting in the contributing page. 2014-03-12 08:23:28 +00:00
Gruntfile.js tech(typescript): its looking good 2015-09-10 11:26:40 +02:00
karma.conf.js refactor: moved graphite specs into plugins directory 2015-09-28 15:23:53 +02:00
latest.json pumped version to 2.1.1 2015-08-11 10:48:19 +02:00
LICENSE.md Worked a little on anonymous access, needs more work 2015-01-07 16:37:24 +01:00
main.go fix(tests): fixed failling backend test 2015-09-11 08:58:45 +02: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 feat(timepicker2): added date math tests 2015-09-16 18:48:41 +02:00
README.md Fix typo 2015-09-08 16:16:51 -04:00
test.sh Worked on golang code coverage via coveralls 2015-05-02 17:24:03 +02:00
tsconfig.json feat(timepicker2): added date math tests 2015-09-16 18:48:41 +02:00
tsd.json feat(timepicker2): added date math tests 2015-09-16 18:48:41 +02: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, InfluxDB & OpenTSDB.

Grafana 2.0

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.

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 formating
  • 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

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.4
  • NodeJS

Get Code

go get github.com/grafana/grafana

Building the backend

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 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

./grafana

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)