mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
doc: fix link to Loki's doc (#35611)
This commit is contained in:
parent
8a3d7b6446
commit
74a6e6d973
@ -104,7 +104,7 @@ If your logs are structured in `json` or `logfmt`, then you can show or hide det
|
||||
|
||||
As mentioned, one of the log integrations is for the new open source log aggregation system from Grafana Labs - [Loki](https://github.com/grafana/loki). Loki is designed to be very cost effective, as it does not index the contents of the logs, but rather a set of labels for each log stream. The logs from Loki are queried in a similar way to querying with label selectors in Prometheus. It uses labels to group log streams which can be made to match up with your Prometheus labels. For more information about Grafana Loki, refer to [Grafana Loki](https://github.com/grafana/loki) or the Grafana Labs hosted variant: [Grafana Cloud Logs](https://grafana.com/loki).
|
||||
|
||||
For more information, refer to Loki's data source documentation]({{< relref "../datasources/loki.md" >}}) on how to query for log data.
|
||||
For more information, refer to [Loki's data source documentation]({{< relref "../datasources/loki.md" >}}) on how to query for log data.
|
||||
|
||||
#### Switch from metrics to logs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user