grafana/public/app/plugins/datasource/graphite
Torkel Ödegaard 10badea19e
Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541)
* Babel: Updates babel dependencies to latest version

* Emotion: Upgrade form 10 to 11

* Fixing tests

* Updated to use emotion/css instead in test
2021-04-01 14:15:23 +02:00
..
configuration Graphite: fix autocomplete when tags are not available (#31680) 2021-03-16 10:59:53 +01:00
dashboards Datasources: Update dashboards (#22476) 2020-03-11 10:56:45 +01:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials Graphite: Fix graphite tag value dropdowns not rendering (#25889) 2020-06-29 14:27:51 +02:00
specs Graphite: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#31928) 2021-03-16 18:21:38 +01:00
add_graphite_func.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.test.ts Graphite: Handle invalid annotations (#32437) 2021-03-31 16:21:30 +02:00
datasource.ts Graphite: Handle invalid annotations (#32437) 2021-03-31 16:21:30 +02:00
func_editor.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
FunctionEditor.tsx Show graphite functions descriptions (#32305) 2021-03-26 15:16:25 +01:00
FunctionEditorControls.tsx Show graphite functions descriptions (#32305) 2021-03-26 15:16:25 +01:00
gfunc.ts Show graphite functions descriptions (#32305) 2021-03-26 15:16:25 +01:00
graphite_query.ts DashboardSettings: Migrate Link Settings to React (#31150) 2021-02-25 11:50:10 +01:00
lexer.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
meta.test.ts Inspector: support custom metadata display (#20854) 2020-01-09 22:59:23 -08:00
meta.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
MetricTankMetaInspector.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
module.ts Inspector: support custom metadata display (#20854) 2020-01-09 22:59:23 -08:00
parser.ts Graphite: Refactor lexer and parser (#17958) 2019-07-05 16:47:21 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_ctrl.ts Graphite: fix autocomplete when tags are not available (#31680) 2021-03-16 10:59:53 +01:00
query_help.md change: more work on changing default group by time interval to min interval setting 2017-09-01 15:57:02 +02:00
README.md Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +02:00
types.ts Metrictank: Fix meta inspector consolidator field names (#23838) 2020-04-28 10:48:21 +02:00
versions.ts Graphite: fix autocomplete when tags are not available (#31680) 2021-03-16 10:59:53 +01:00

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/