From 6200c40160bd82a357f4deb9cca44b8f199ca11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Wed, 12 May 2021 17:31:49 +0200 Subject: [PATCH] Docs: Add information about Graphite/Loki integration (#33916) * Add information about Graphite/Loki integration * Inline text * Update docs/sources/datasources/graphite.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> --- docs/sources/datasources/graphite.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/datasources/graphite.md b/docs/sources/datasources/graphite.md index a4dbd79fd0d..7c47937ecb0 100644 --- a/docs/sources/datasources/graphite.md +++ b/docs/sources/datasources/graphite.md @@ -244,3 +244,9 @@ datasources: jsonData: graphiteVersion: "1.1" ``` + +## Integration with Loki + +Graphite queries get converted to Loki queries when the data source selection changes in Explore. Loki label names and values are extracted from the Graphite queries according to mappings information provided in Graphite data source configuration. Queries using tags with `seriesByTags()` are also transformed without any additional setup. + +Refer to the Graphite data source settings for more details.