grafana/public/app/plugins/datasource/graphite
Patrick O'Carroll a702603e7b changed var to const 2 (#13068)
* changed var to const

* fixed typo created in last commit

* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +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 Fixes for graphite tags editor (#10861) 2018-02-09 16:20:30 +01:00
specs tslint: changing vars -> const (#13034) 2018-08-26 18:43:07 +02:00
add_graphite_func.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
config_ctrl.ts fix: minor fixes 2018-01-16 17:02:03 -05:00
datasource.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00
func_editor.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
gfunc.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
graphite_query.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
lexer.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
module.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
parser.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
plugin.json plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
query_ctrl.ts changed var to const (#13061) 2018-08-29 14:26:50 +02: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 plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01: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/

Graphite 1.1 Release:

https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/