grafana/public/app/plugins/datasource/graphite
2017-12-13 19:18:10 +01: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 added select-wrapper to where it was missing for unified look 2017-12-13 15:05:43 +01:00
specs improve handling of query references 2017-12-09 16:27:05 -05:00
add_graphite_func.js [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +02:00
config_ctrl.ts fix: don't detect graphite version before it's saved 2017-12-12 15:28:41 +01:00
datasource.ts graphite: tag is required for values autocomplete 2017-10-31 10:20:01 +03:00
func_editor.js fix function re-ordering broken in #9436 2017-12-10 21:20:38 -05:00
gfunc.ts Migrate gfunc to ts (#9973) 2017-11-23 17:05:27 +01:00
graphite_query.ts graphite: remove check so that query is sent even for possible non leaf nodes 2017-12-12 17:00:00 +01:00
lexer.ts updated libs and fixed new typescript errors 2017-11-27 12:14:57 +01:00
module.ts feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +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 change: more work on changing default group by time interval to min interval setting 2017-09-01 15:57:02 +02:00
query_ctrl.ts graphite: remove check so that query is sent even for possible non leaf nodes 2017-12-12 17:00:00 +01:00
query_help.md change: more work on changing default group by time interval to min interval setting 2017-09-01 15:57:02 +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/