The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/datasource/graphite
Victor Marin 5b058d617d
Graphite: Use TimeRange with applied fiscalYearStartMonth (#51623)
3 years ago
..
components Chore: ESlint import order (#44959) 3 years ago
configuration UI/Button: Remove deprecated "link" variant (#49843) 3 years ago
dashboards Datasources: Update dashboards (#22476) 5 years ago
img optimize png images using zopflipng (#6197) 9 years ago
partials Graphite: Migrate to React (part 4 & 5: group all components) (#37590) 4 years ago
specs Chore: ESlint import order (#44959) 3 years ago
state Chore: Enable `useUnknownInCatchVariables` for stricter type checking in catch blocks (#50591) 3 years ago
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
datasource.test.ts Graphite: Use TimeRange with applied fiscalYearStartMonth (#51623) 3 years ago
datasource.ts Graphite: Use TimeRange with applied fiscalYearStartMonth (#51623) 3 years ago
datasource_integration.test.ts Graphite Datasource: add responseType: 'text' to http options to return full list of functions (#47663) 3 years ago
gfunc.test.ts Graphite: Migrate to React (part 2: migrate smaller AngularJS directives) (#36797) 4 years ago
gfunc.ts Chore: ESlint import order (#44959) 3 years ago
graphite_query.ts Chore: Enable `useUnknownInCatchVariables` for stricter type checking in catch blocks (#50591) 3 years ago
lexer.ts Update dependency prettier to v2.5.1 (#43473) 3 years ago
meta.test.ts Inspector: support custom metadata display (#20854) 5 years ago
meta.ts Chore: ESlint import order (#44959) 3 years ago
module.ts Chore: ESlint import order (#44959) 3 years ago
parser.ts Chore: Enable `useUnknownInCatchVariables` for stricter type checking in catch blocks (#50591) 3 years ago
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 3 years ago
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
types.ts Chore: Enable `useUnknownInCatchVariables` for stricter type checking in catch blocks (#50591) 3 years ago
utils.test.ts Improve error handling for Graphite 0.9 and 1.0 (#32642) 4 years ago
utils.ts Chore: Enable `useUnknownInCatchVariables` for stricter type checking in catch blocks (#50591) 3 years ago
versions.ts Graphite: fix autocomplete when tags are not available (#31680) 4 years ago

README.md

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/