grafana/public/app/plugins/datasource/graphite
Torkel Ödegaard 27f66a6df9
Angular: Move coreModule to app/angular and isolate angular usage more (#41433)
* moving coreModule to app/angular and isolating it more

* fixed ts issue
2021-11-09 08:37:16 +01:00
..
components Graphite: Migrate to React (part 6: Remove AngularJS Query Editor) (#37919) 2021-09-02 10:18:14 +02:00
configuration Deprecate browser access mode for the Graphite data source. (#38783) 2021-09-02 10:16:17 +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 Graphite: Migrate to React (part 4 & 5: group all components) (#37590) 2021-08-17 18:50:31 +02:00
specs Angular: Move coreModule to app/angular and isolate angular usage more (#41433) 2021-11-09 08:37:16 +01:00
state Graphite: Add from and until params to tag handling methods (#41319) 2021-11-04 18:17:21 +01:00
datasource.test.ts Graphite: Expand metric names for variables (#33694) 2021-05-11 09:39:44 +02:00
datasource.ts Dashboard: replace datasource name with a reference object (#33817) 2021-10-29 10:57:24 -07:00
gfunc.test.ts Graphite: Migrate to React (part 2: migrate smaller AngularJS directives) (#36797) 2021-07-21 20:09:00 +02:00
gfunc.ts Graphite: Migrate to React (part 2B: migrate FunctionEditor) (#37070) 2021-07-27 13:10:39 +02:00
graphite_query.ts Graphite: Fix drag and drop queries (#39130) 2021-09-13 20:10:35 +02:00
lexer.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
meta.test.ts Inspector: support custom metadata display (#20854) 2020-01-09 22:59:23 -08:00
meta.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
module.ts Graphite: Migrate to React (part 6: Remove AngularJS Query Editor) (#37919) 2021-09-02 10:18:14 +02:00
parser.ts Graphite: Refactor lexer and parser (#17958) 2019-07-05 16:47:21 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
types.ts Graphite: Migrate to React (part 6: Remove AngularJS Query Editor) (#37919) 2021-09-02 10:18:14 +02:00
utils.test.ts Improve error handling for Graphite 0.9 and 1.0 (#32642) 2021-04-07 16:11:00 +02:00
utils.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
versions.ts Graphite: fix autocomplete when tags are not available (#31680) 2021-03-16 10:59:53 +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/