mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Do not substitute #[A-Z] in graphite target when invalid ref In the case where #[A-Z] does not reference another query, such as #J when there are only 2 queries, do not perform the substitution. This prevents the situation target name without a query labelled J (10th query). * Do not substitute #[A-Z] in graphite target when invalid ref In the case where #[A-Z] does not reference another query, such as #J when there are only 2 queries, do not perform the substitution. This prevents the situation target name without a query labelled J (10th query). |
||
---|---|---|
.. | ||
dashboards | ||
img | ||
partials | ||
specs | ||
add_graphite_func.js | ||
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: