mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* graphite-ds: add graphite version to config editor * graphite-ds: modify add-graphite-function to show only version-related functions * graphite-ds: refactor, move func filtering to gfunc.js * graphite-ds: add new functions for graphite 1.0.x * graphite-ds: fix unit tests (add jsonData) |
||
---|---|---|
.. | ||
dashboards | ||
img | ||
partials | ||
specs | ||
add_graphite_func.js | ||
config_ctrl.ts | ||
datasource.ts | ||
func_editor.js | ||
gfunc.d.ts | ||
gfunc.js | ||
lexer.ts | ||
module.ts | ||
parser.ts | ||
plugin.json | ||
query_ctrl.ts | ||
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: