grafana/public/app/plugins/datasource/graphite
2020-04-14 14:18:42 +02:00
..
configuration Form migrations: Switch to LegacyForms namespace (#23357) 2020-04-07 08:50:54 +02:00
dashboards Datasources: Update dashboards (#22476) 2020-03-11 10:56:45 +01:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
specs Chore: swap [value,time] order when converting to DataFrame (#23206) 2020-04-03 11:11:28 -07:00
add_graphite_func.ts Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
datasource.ts Variables: breaks variable.ts into 2 separate files utils and types (#22884) 2020-03-24 05:46:31 +01:00
func_editor.ts TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
FunctionEditor.tsx Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
FunctionEditorControls.tsx @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
gfunc.ts Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
graphite_query.ts Refactor: move ScopedVars to grafana/data (#18992) 2019-09-10 12:06:01 -07:00
lexer.ts TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
meta.test.ts Inspector: support custom metadata display (#20854) 2020-01-09 22:59:23 -08:00
meta.ts Graphite: Rollup Indicator (#22738) 2020-03-18 13:00:14 +01:00
MetricTankMetaInspector.tsx Theme: Refactoring theme colors variables (#23513) 2020-04-12 15:05:49 +02:00
module.ts Inspector: support custom metadata display (#20854) 2020-01-09 22:59:23 -08:00
parser.ts Graphite: Refactor lexer and parser (#17958) 2019-07-05 16:47:21 +02:00
plugin.json AddDatasourcePage: Refactoring & more Phantom plugins (#21261) 2020-01-06 16:56:34 +01:00
query_ctrl.ts Graphite: Fixed cannot read finally of undefiend (#23512) 2020-04-14 14:18:42 +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 Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +02:00
types.ts Graphite: Rollup Indicator (#22738) 2020-03-18 13:00:14 +01:00

Graphite Data Source - 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/