grafana/README.md

96 lines
3.9 KiB
Markdown
Raw Normal View History

[Grafana](http://grafana.org) [![Build Status](https://api.travis-ci.org/grafana/grafana.svg)](https://travis-ci.org/grafana/grafana) [![Coverage Status](https://coveralls.io/repos/grafana/grafana/badge.png)](https://coveralls.io/r/grafana/grafana)
2014-07-14 13:53:20 -05:00
================
[Website](http://grafana.org) |
[Twitter](http://twitter.com/grafana) |
[IRC](http://webchat.freenode.net/?channels=grafana) |
[Email](mailto:contact@grafana.org)
2013-01-25 22:10:28 -06:00
2014-07-14 13:53:20 -05:00
Grafana is An open source, feature rich metrics dashboard and graph editor for
Graphite, InfluxDB & OpenTSDB.
![](http://grafana.org/assets/img/start_page_bg.png)
2014-03-09 12:02:04 -05:00
## Features
### Graphite Target Editor
2014-01-19 10:16:57 -06:00
- Graphite target expression parser
- Feature rich query composer
2014-08-05 06:22:54 -05:00
- Quickly add and edit functions & parameters
- Templated queries
2014-08-05 05:29:58 -05:00
- [See it in action](http://grafana.org/docs/features/graphite)
2014-01-19 10:16:57 -06:00
2014-03-09 12:02:04 -05:00
### Graphing
2014-01-19 10:16:57 -06:00
- Fast rendering, even over large timespans.
- Click and drag to zoom.
- Multiple Y-axis.
- Bars, Lines, Points.
- Smart Y-axis formating
- Series toggles & color selector
2014-07-14 13:53:20 -05:00
- Legend values, and formating options
- Grid thresholds, axis labels
- [Annotations](http://grafana.org/docs/features/annotations)
2014-01-19 10:16:57 -06:00
2014-03-09 12:02:04 -05:00
### Dashboards
- Create, edit, save & search dashboards
- Change column spans and row heights
- Drag and drop panels to rearrange
- Use InfluxDB or Elasticsearch as dashboard storage
2014-01-19 10:16:57 -06:00
- Import & export dashboard (json file)
- Import dashboard from Graphite
- Templating
- [Scripted dashboards](http://grafana.org/docs/features/scripted_dashboards)
- [Dashboard playlists](http://grafana.org/docs/docs/features/playlist)
- [Time range controls](http://grafana.org/docs/features/time_range)
2014-03-09 12:02:04 -05:00
### InfluxDB
- Use InfluxDB as a metric data source, annotation source and for dashboard storage
2014-07-14 13:53:20 -05:00
- Query editor with series and column typeahead, easy group by and function selection
### OpenTSDB
- Use as metric data source
2014-07-14 13:53:20 -05:00
- Query editor with metric name typeahead and tag filtering
2014-01-19 10:16:57 -06:00
# Requirements
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.
2014-01-19 10:16:57 -06:00
# Installation
Head to [grafana.org](http://grafana.org) and [download](http://grafana.org/download/)
the latest release.
2014-01-19 10:16:57 -06:00
Then follow the quick [setup & config guide](http://grafana.org/docs/). If you have any problems please
read the [troubleshooting guide](http://grafana.org/docs/troubleshooting).
# Documentation & Support
Be sure to read the [getting started guide](http://grafana.org/docs/features/intro) and the other
feature guides.
2014-01-20 03:57:59 -06:00
2014-01-19 10:16:57 -06:00
# Roadmap
- Improve graphite query editor to handle all types of queries
2014-01-19 10:16:57 -06:00
- Refine and simplify common tasks
2014-01-19 10:38:34 -06:00
- More panel types (not just graphs)
- Improve templating support
- Alerting
2014-08-05 05:29:58 -05:00
- Optional backend component
- Much much more! (what ever gets votes on github issues!)
2014-01-19 10:16:57 -06:00
# Run from master
Grafana uses nodejs and grunt for asset management (css & javascript), unit test runner and javascript syntax verification.
- clone repository
- install nodejs
- npm install (in project root)
- npm install -g grunt-cli
- grunt (runt default task that will generate css files)
- grunt build (creates optimized & minified release)
- grunt release (same as grunt build but will also create tar & zip package)
- grunt test (executes jshint and unit tests)
2014-01-19 10:16:57 -06:00
# 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!
2014-01-20 03:57:59 -06:00
Before creating a pull request be sure that "grunt test" runs without any style or unit test errors, also
please [sign the CLA](http://grafana.org/docs/contributing/cla.html)
2014-01-19 10:16:57 -06:00
# License
Grafana is distributed under Apache 2.0 License.