mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
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:
parent
ec71919e7b
commit
6200c40160
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user