grafana/public/app/plugins/datasource/graphite
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* 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
2024-06-25 12:43:47 +01:00
..
components React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
configuration React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
dashboards DashboardSchema: Remove old unused legacy props style and timepicker.enable (#73879) 2023-08-28 12:18:17 +02:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
specs Core: Replace deprecated jest matcher toBeCalledWith (#86635) 2024-05-01 15:33:26 +01:00
state React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
datasource_integration.test.ts Show traceids for failing and successful requests (#64903) 2023-04-05 09:13:24 +02:00
datasource.test.ts Chore: Type improvements (#87634) 2024-05-10 17:28:44 +01:00
datasource.ts Graphite: Fix splitting expressions in tag_value with template variables (#86958) 2024-06-03 09:27:14 -05:00
gfunc.test.ts Graphite: Never escape asPercent function params as string (#56593) 2022-10-20 15:49:40 -05:00
gfunc.ts Chore: Type improvements (#87634) 2024-05-10 17:28:44 +01:00
graphite_query.ts Graphite: second function as another function argument parsing error fix (#85224) 2024-03-28 12:22:54 -05:00
lexer.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
meta.test.ts Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
meta.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
migrations.ts Graphite Plugin: Remove angular dependencies for graphite annotations (#52261) 2022-07-27 16:27:42 -04:00
module.ts Graphite Plugin: Remove angular dependencies for graphite annotations (#52261) 2022-07-27 16:27:42 -04:00
parser.ts Chore: type fixes (#77618) 2023-11-06 11:28:44 +00:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
types.ts Alerting: Fix Graphite subqueries (#80744) 2024-01-18 15:15:21 +01:00
utils.test.ts Improve error handling for Graphite 0.9 and 1.0 (#32642) 2021-04-07 16:11:00 +02:00
utils.ts Chore: type fixes (#77618) 2023-11-06 11:28:44 +00: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/