From 26e2faa779cf8d3a3dc128f47df26bfc184bdf4d Mon Sep 17 00:00:00 2001 From: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com> Date: Thu, 15 Oct 2020 03:05:22 +0530 Subject: [PATCH] Added Hyperlink to annotations (#28261) Hi - Added Hyperlink to annotations for quick redirection. Thanks, Ashish --- docs/sources/datasources/loki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/loki.md b/docs/sources/datasources/loki.md index eec1abec0dc..0219502e8a6 100644 --- a/docs/sources/datasources/loki.md +++ b/docs/sources/datasources/loki.md @@ -153,7 +153,7 @@ Check out the [Templating]({{< relref "../variables/_index.md" >}}) documentatio ## Annotations -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. +You can use any non-metric Loki query as a source for [annotations]({{< relref "../dashboards/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+