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>
This commit is contained in:
Piotr Jamróz 2021-05-12 17:31:49 +02:00 committed by GitHub
parent ec71919e7b
commit 6200c40160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.