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.