grafana/public/app/plugins/datasource/graphite
Alexander Zobnin 4fe79edd40 Graphite 1.0 functions (#8987)
* graphite-ds: add graphite version to config editor

* graphite-ds: modify add-graphite-function to show only version-related functions

* graphite-ds: refactor, move func filtering to gfunc.js

* graphite-ds: add new functions for graphite 1.0.x

* graphite-ds: fix unit tests (add jsonData)
2017-08-07 15:10:59 +02:00
..
dashboards feat(plugins): added prometheus dashboard to prometheus data source, #4298 2016-03-12 10:40:55 +01:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
specs Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
add_graphite_func.js Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
config_ctrl.ts Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
datasource.ts Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
func_editor.js fix(graphite editor): fixed moving functions right and left, broken recently, fixes #3246 2016-03-04 09:42:35 +01:00
gfunc.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
gfunc.js Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
lexer.ts fix(graphite): fixed minor graphite lexer issue when nodes begin with octal syntax and end with dash identifier, fixes #6049# 2016-09-21 20:04:09 +02:00
module.ts Graphite 1.0 functions (#8987) 2017-08-07 15:10:59 +02:00
parser.ts fix(graphite): fixed minor graphite lexer issue when nodes begin with octal syntax and end with dash identifier, fixes #6049# 2016-09-21 20:04:09 +02:00
plugin.json chore: update all grafana.org urls to .com 2017-03-21 15:37:55 +01:00
query_ctrl.ts feat: calls to Graphite api /metrics/find now include panel or dashboard time ranges in some scenarios, closes #8055 2017-07-31 17:21:25 +02:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00

Graphite Datasource - Native Plugin

Grafana ships with built in support for Graphite (of course!).

Grafana has an advanced Graphite query editor that lets you quickly navigate the metric space, add functions, change function parameters and much more. The editor can handle all types of graphite queries. It can even handle complex nested queries through the use of query references.

Read more about it here:

http://docs.grafana.org/datasources/graphite/