grafana/public/app/plugins/datasource/graphite
Torkel Ödegaard 7cae6d5271
Merge pull request #16149 from grafana/graphite-variable-quoting
Graphite: fixed variable quoting when variable value is nummeric
2019-03-22 13:39:48 +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 Fixes for graphite tags editor (#10861) 2018-02-09 16:20:30 +01:00
specs Graphite: fixed variable quoting when variable value is nummeric, fixes #2078 2019-03-22 12:57:07 +01:00
add_graphite_func.ts working on react data / query exectution 2018-10-14 15:39:34 +02:00
config_ctrl.ts fix: minor fixes 2018-01-16 17:02:03 -05:00
datasource.ts make sure graphite takes dashboard timezone into consideration 2019-02-11 12:04:27 +01:00
func_editor.ts fix(graphite): nonNegativeDerivative argument hidden if 0, fixes #12488 2019-03-20 15:35:34 +01:00
FunctionEditor.tsx Fix build 2019-02-21 09:09:24 +01:00
FunctionEditorControls.tsx Display graphite function name editor in a tooltip 2019-02-18 17:55:38 +01:00
gfunc.ts Graphite: fixed variable quoting when variable value is nummeric, fixes #2078 2019-03-22 12:57:07 +01:00
graphite_query.ts Graphite: fixed variable quoting when variable value is nummeric, fixes #2078 2019-03-22 12:57:07 +01:00
lexer.ts Merge branch '12918-no-conditional-assignment' 2018-09-05 12:09:32 +02:00
module.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
parser.ts Merge branch 'tsconfig-no-implicit-this' 2018-08-30 11:46:13 +02:00
plugin.json cleanup plugin versions 2019-03-05 23:40:03 -08:00
query_ctrl.ts Display graphite function name editor in a tooltip 2019-02-18 17:55:38 +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 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/