Docs: Updates about Loki annotations (#19537)

This commit is contained in:
Andrej Ocenas 2019-10-02 10:00:23 +02:00 committed by GitHub
parent b01cc850b6
commit 3e99e8fb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Checkout the [Templating](/reference/templating) documentation for an introducti
## Annotations
You can use any non-metric Loki query as a source for annotations. Log content will be used as annotation text, so there is no need for additional mapping.
You can use any non-metric Loki query as a source for annotations. Log content will be used as annotation text and your log stream labels as tags, so there is no need for additional mapping.
> Note: Annotations for Loki are only available in Grafana v6.4+

View File

@ -75,3 +75,4 @@ The annotation query options are different for each data source.
- [Prometheus annotation queries]({{< relref "features/datasources/prometheus.md#annotations" >}})
- [MySQL annotation queries]({{< relref "features/datasources/mysql.md#annotations" >}})
- [Postgres annotation queries]({{< relref "features/datasources/postgres.md#annotations" >}})
- [Loki annotation queries]({{< relref "features/datasources/loki.md#annotations" >}})