mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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 |
||
---|---|---|
.. | ||
dashboards | ||
img | ||
partials | ||
specs | ||
add_graphite_func.js | ||
config_ctrl.ts | ||
datasource.ts | ||
func_editor.js | ||
gfunc.ts | ||
lexer.ts | ||
module.ts | ||
parser.ts | ||
plugin.json | ||
query_ctrl.ts | ||
query_help.md | ||
README.md |
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: