mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* tracing: show backend trace ids in frontend * better trace id naming Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> * better trace id naming Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> * better trace id naming Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> * added feature flag * bind functionality to the feature flag * use non-generic name for traceid header * fixed tests * loki: do not create empty fields * do not add empty fields * fixed graphite test mock data * added unit-tests to queryResponse * added unit-tests for backend_srv * more typescript-friendly check * added unit-tests for runRequest --------- Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> |
||
---|---|---|
.. | ||
components | ||
configuration | ||
dashboards | ||
img | ||
specs | ||
state | ||
datasource_integration.test.ts | ||
datasource.test.ts | ||
datasource.ts | ||
gfunc.test.ts | ||
gfunc.ts | ||
graphite_query.ts | ||
lexer.ts | ||
meta.test.ts | ||
meta.ts | ||
migrations.ts | ||
module.ts | ||
parser.ts | ||
plugin.json | ||
query_help.md | ||
README.md | ||
types.ts | ||
utils.test.ts | ||
utils.ts | ||
versions.ts |
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/