mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Create basic prototype for Loki integration * Simplify importing queries * Code clean-up * Add test coverage and info box * Remove test data script * Update help * Use less space for mappings info * Make help screen dismissable * Make mappings help more generic * Convert learn more to a link * Remove unused param * Use a link Button for help section * Add an extra line for better formatting * Update public/app/plugins/datasource/graphite/configuration/MappingsHelp.tsx Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update public/app/plugins/datasource/graphite/configuration/MappingsHelp.tsx Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Re-arrange lines Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> |
||
---|---|---|
.. | ||
configuration | ||
dashboards | ||
img | ||
partials | ||
specs | ||
add_graphite_func.ts | ||
datasource.test.ts | ||
datasource.ts | ||
func_editor.ts | ||
FunctionEditor.test.tsx | ||
FunctionEditor.tsx | ||
FunctionEditorControls.tsx | ||
gfunc.test.ts | ||
gfunc.ts | ||
graphite_query.ts | ||
lexer.ts | ||
meta.test.ts | ||
meta.ts | ||
MetricTankMetaInspector.tsx | ||
module.ts | ||
parser.ts | ||
plugin.json | ||
query_ctrl.ts | ||
query_help.md | ||
README.md | ||
types.ts | ||
utils.test.ts | ||
utils.ts | ||
versions.ts |
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/