grafana/public/app/plugins/datasource/graphite
Carl Bergquist 9fdda0e269 Merge pull request #5613 from ctrochalakis/group_by_nodes
feat(graphite): added groupByNodes func def, closes #5612
2016-08-19 15:16:40 +02:00
..
dashboards feat(plugins): added prometheus dashboard to prometheus data source, #4298 2016-03-12 10:40:55 +01:00
img add graphite logo to datasource card 2016-03-15 10:08:23 -04:00
partials feat(datasource): added suggest urls for each data source, #4577 2016-06-17 13:35:29 +02:00
specs fix(mixed data sources): fix when using two graphite data sources in mixed mode, fixes #5617 2016-07-23 12:54:11 +02:00
add_graphite_func.js ux(): updated graphite editor 2016-03-29 19:17:32 +02:00
datasource.ts Merge branch 'v3.1.x' 2016-07-23 12:54:23 +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 feat(graphite): added groupByNodes func def, closes #5612 2016-07-19 14:23:13 +03:00
lexer.ts feat(plugins): migrating graphite query editor to new model 2016-02-02 12:52:43 +01:00
module.ts feat(plugins): made it possible to have relative plugin template urls 2016-02-09 18:17:32 +01:00
parser.ts feat(plugins): migrating graphite query editor to new model 2016-02-02 12:52:43 +01:00
plugin.json add graphite logo to datasource card 2016-03-15 10:08:23 -04:00
query_ctrl.ts fix(graphite): minor fix/improvement to graphite error handling when doing metric exploration in query editor, fixes #5778 2016-08-11 10:29:28 +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/