Marcus Efraimsson 9df5476fe3 Merge pull request #11312 from grafana/func_editor_js_to_ts 7 년 전
..
dashboards d575a5ce12 feat(plugins): added prometheus dashboard to prometheus data source, #4298 9 년 전
img bf4c3f3ae6 optimize png images using zopflipng (#6197) 9 년 전
partials 111b32290a Fixes for graphite tags editor (#10861) 7 년 전
specs e6c19eb8e9 graphite: fix nested alerting queries (#10633) 8 년 전
README.md 6fa46d9539 plugins: update meta data for all core plugins 7 년 전
add_graphite_func.ts 3bdd006291 changed var to const 7 년 전
config_ctrl.ts 1a6bf692c6 fix: minor fixes 8 년 전
datasource.ts c62b0858ae move graphite /functions parsing into gfunc.ts 8 년 전
func_editor.ts 47215098a3 changed var to const, changed to string interpolation 7 년 전
gfunc.ts c62b0858ae move graphite /functions parsing into gfunc.ts 8 년 전
graphite_query.ts e6c19eb8e9 graphite: fix nested alerting queries (#10633) 8 년 전
lexer.ts 27835f373e cleanup: removed unused typescript typings import 8 년 전
module.ts 85879a7014 prettier: change to single quoting 8 년 전
parser.ts 3a1f52d8a2 prettier: ran on all files again, sorry. now settings are defined in package.json 8 년 전
plugin.json 6fa46d9539 plugins: update meta data for all core plugins 7 년 전
query_ctrl.ts fa193fa888 offer template variables for tags 7 년 전
query_help.md 07e192ff47 change: more work on changing default group by time interval to min interval setting 8 년 전

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:

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/