mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
47f8717149
* update eslint, tsconfig + esbuild to handle new jsx transform * remove thing that breaks the new jsx transform * remove react imports * adjust grafana-icons build * is this the correct syntax? * try this * well this was much easier than expected... * change grafana-plugin-configs webpack config * fixes * fix lockfile * fix 2 more violations * use path.resolve instead of require.resolve * remove react import * fix react imports * more fixes * remove React import * remove import React from docs * remove another react import |
||
---|---|---|
.. | ||
components | ||
configuration | ||
dashboards | ||
img | ||
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 | ||
migrations.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/