grafana/public/app/plugins/datasource/graphite
Victor Marin 5b058d617d
Graphite: Use TimeRange with applied fiscalYearStartMonth (#51623)
* Parse date with fiscalYearStartMonth in graphite ds

* Use precalculated timeranges

* Always use precalculated values

* Modify test
2022-07-06 09:27:09 +03:00
..
components Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
configuration UI/Button: Remove deprecated "link" variant (#49843) 2022-05-31 09:40:03 +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: Migrate to React (part 4 & 5: group all components) (#37590) 2021-08-17 18:50:31 +02:00
specs Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
state Chore: Enable useUnknownInCatchVariables for stricter type checking in catch blocks (#50591) 2022-06-15 08:59:29 +01:00
datasource_integration.test.ts Graphite Datasource: add responseType: 'text' to http options to return full list of functions (#47663) 2022-05-02 13:05:31 -04:00
datasource.test.ts Graphite: Use TimeRange with applied fiscalYearStartMonth (#51623) 2022-07-06 09:27:09 +03:00
datasource.ts Graphite: Use TimeRange with applied fiscalYearStartMonth (#51623) 2022-07-06 09:27:09 +03:00
gfunc.test.ts Graphite: Migrate to React (part 2: migrate smaller AngularJS directives) (#36797) 2021-07-21 20:09:00 +02:00
gfunc.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
graphite_query.ts Chore: Enable useUnknownInCatchVariables for stricter type checking in catch blocks (#50591) 2022-06-15 08:59:29 +01:00
lexer.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
meta.test.ts Inspector: support custom metadata display (#20854) 2020-01-09 22:59:23 -08:00
meta.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
module.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
parser.ts Chore: Enable useUnknownInCatchVariables for stricter type checking in catch blocks (#50591) 2022-06-15 08:59:29 +01: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 Chore: Enable useUnknownInCatchVariables for stricter type checking in catch blocks (#50591) 2022-06-15 08:59:29 +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: Enable useUnknownInCatchVariables for stricter type checking in catch blocks (#50591) 2022-06-15 08:59:29 +01: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/