grafana/public/app/plugins/datasource/graphite
2018-01-16 17:02:03 -05: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 fix tests & some display issues 2018-01-16 17:02:03 -05:00
specs fix tests & some display issues 2018-01-16 17:02:03 -05:00
add_graphite_func.js fix: graphite func editor fixes, this component is messy and ugly as hell 2018-01-16 17:02:03 -05:00
config_ctrl.ts fix: minor fixes 2018-01-16 17:02:03 -05:00
datasource.ts fix: minor fixes 2018-01-16 17:02:03 -05:00
func_editor.js fix tests & some display issues 2018-01-16 17:02:03 -05:00
gfunc.ts sync function categories with graphite-web 2018-01-16 17:02:03 -05:00
graphite_query.ts work on tag dropdown behavior 2018-01-16 17:02:03 -05:00
lexer.ts cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
module.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
parser.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01: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 fix: query editor needs to wait for function definitions to load 2018-01-16 17:02:03 -05: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/