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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Torkel Ödegaard 23c9f973cc Switch from underscore to lodash, #659 11 years ago
sample Updated readme, and other small changes for 1.7.0-rc1 release 11 years ago
src Switch from underscore to lodash, #659 11 years ago
tasks more angular 1.3 upgrade fixes 11 years ago
.gitignore added saving and showing temp searches also trailing comman in default.json was causing the default to fail to load for me, #633 11 years ago
.jscs.json Adding JSCS (javascript style checker) 11 years ago
.jshintrc cleanup of unused code, small style changes 11 years ago
.travis.yml Adding travis-ci build 11 years ago
CHANGELOG.md Chart: Possible fix for stuck tooltip (annotation or time series point hover tooltip would not disappear), Fixes #450 11 years ago
CONTRIBUTING.md Improved markdown formatting in the contributing page. 11 years ago
Gruntfile.js Skeleton API docs 12 years ago
LICENSE.md updated license and added notice, hard to know how to handle attribution, and copyright, wish kibana src files had license headers 12 years ago
NOTICE.md updated license and added notice, hard to know how to handle attribution, and copyright, wish kibana src files had license headers 12 years ago
README.md Small fixes for 1.7 release 11 years ago
grafana.sublime-project parser and lexer is working ok 12 years ago
latest.json Updated readme, and other small changes for 1.7.0-rc1 release 11 years ago
package.json added more graphite target controller tests 11 years ago

README.md

Grafana Build Status Gittip

Website | Twitter | IRC | Email

Grafana is An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.

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.
  • Bars, Lines, Points.
  • Smart Y-axis formating
  • Series toggles & color selector
  • Legend values, and formating options
  • Grid thresholds, axis labels
  • Annotations

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
  • Import & export dashboard (json file)
  • Import dashboard from Graphite
  • Templating
  • Scripted dashboards
  • Dashboard playlists
  • Time range controls

InfluxDB

  • Use InfluxDB as a metric data source, annotation source and for dashboard storage
  • 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, 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.

Installation

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.

Documentation & Support

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

Roadmap

  • Improve graphite query editor to handle all types of queries
  • Refine and simplify common tasks
  • More panel types (not just graphs)
  • Improve templating support
  • Alerting
  • Optional backend component
  • Much much more! (what ever gets votes on github issues!)

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!

Clone repository:

  • npm install
  • grunt server (starts development web server in src folder)
  • grunt (runs jshint and less -> css compilation)
  • npm test runs jshint, and unit tests

Before submitting a PR be sure that there are no jshint or unit test failures. And sign the CLA

License

Grafana is distributed under Apache 2.0 License.