mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
* add response type text to graphite datasource http options to return full list of functions * add comment for adding response type text to call to graphite /functions endpoint * Add tests for invalid and valid JSON mocking backendSrv fromFetch * remove unnecessary code from tests * remove extra logic for graphite /functions endpoint returning {} #46681 * add graphite functions list logic back in to see why alert test broke * fix conflict message * fix conflicts * fix issues with rebase, add responseType text back in, remove extra graphite functions list logic checks * add email for license/cla check |
||
---|---|---|
.. | ||
components | ||
configuration | ||
dashboards | ||
img | ||
partials | ||
specs | ||
state | ||
datasource_integration.test.ts | ||
datasource.test.ts | ||
datasource.ts | ||
gfunc.test.ts | ||
gfunc.ts | ||
graphite_query.ts | ||
lexer.ts | ||
meta.test.ts | ||
meta.ts | ||
module.ts | ||
parser.ts | ||
plugin.json | ||
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/