grafana/public/app/plugins/datasource/graphite
Torkel Ödegaard 4aa227dd84 [Tech]: Start migrating to Jest for tests (#9610)
* tech: investigating karma + jest mix

* tech: migrating tests to jest

* tech: moved anoter test file to jest

* test: migrated two more test files to jest

* test: updated readme and made test fail to verify that it causes CI build failure

* tech: added code coverage for jest tests

* tech: testing codecov coverage

* tech: migrated more tests

* tech: migrated template srv to typescript and the tests to jest

* tech: minor build fix

* tech: build fixes

* build: another attempt at fixing go test with coverage
2017-10-22 07:03:26 +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 feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +02:00
specs [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +02:00
add_graphite_func.js [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +02:00
config_ctrl.ts tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
datasource.ts Create annotations (#8197) 2017-10-07 10:31:39 +02:00
func_editor.js fix(graphite editor): fixed moving functions right and left, broken recently, fixes #3246 2016-03-04 09:42:35 +01:00
gfunc.ts [Tech]: Start migrating to Jest for tests (#9610) 2017-10-22 07:03:26 +02:00
lexer.ts fix(graphite): fixed minor graphite lexer issue when nodes begin with octal syntax and end with dash identifier, fixes #6049# 2016-09-21 20:04:09 +02:00
module.ts feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +02:00
parser.ts fix(graphite): fixed minor graphite lexer issue when nodes begin with octal syntax and end with dash identifier, fixes #6049# 2016-09-21 20:04:09 +02:00
plugin.json change: more work on changing default group by time interval to min interval setting 2017-09-01 15:57:02 +02:00
query_ctrl.ts Webpack (#9391) 2017-10-01 20:02:25 +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 feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02: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/