grafana/public/app/plugins/datasource/graphite
Dominik Prokop ad33d95dd3 Graphite: Use data frames when procesing annotation query in graphite ds (#20857)
* Use data frames when procesing annotation query in graphite ds

* Remove destruct
2019-12-04 18:07:11 +01:00
..
configuration ReactMigration: Migrate Graphite config page to React (#20444) 2019-11-27 15:45:35 -08:00
dashboards Graphite: Add metrictank dashboard to Graphite datasource (#20776) 2019-11-29 12:40:02 -08:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials ReactMigration: Migrate Graphite config page to React (#20444) 2019-11-27 15:45:35 -08:00
specs Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
add_graphite_func.ts Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
datasource.ts Graphite: Use data frames when procesing annotation query in graphite ds (#20857) 2019-12-04 18:07:11 +01:00
func_editor.ts noImplicitAny: Datasource files, under 2500 (#17959) 2019-07-05 16:46:46 +02: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 Display graphite function name editor in a tooltip 2019-02-18 17:55:38 +01: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 Graphite: Refactor lexer and parser (#17958) 2019-07-05 16:47:21 +02:00
module.ts ReactMigration: Migrate Graphite config page to React (#20444) 2019-11-27 15:45:35 -08:00
parser.ts Graphite: Refactor lexer and parser (#17958) 2019-07-05 16:47:21 +02:00
plugin.json Graphite: Add metrictank dashboard to Graphite datasource (#20776) 2019-11-29 12:40:02 -08:00
query_ctrl.ts Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00: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 ReactMigration: Migrate Graphite config page to React (#20444) 2019-11-27 15:45:35 -08: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/