From 297a4ddd223ef33e07e8be1d44b0a24a8dad67e3 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 23 Jun 2020 12:12:07 -0700 Subject: [PATCH] Docs: Update jaeger.md (#25634) * Update jaeger.md * Update jaeger.md * Update docs/sources/features/datasources/jaeger.md Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana --- docs/sources/features/datasources/jaeger.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/jaeger.md b/docs/sources/features/datasources/jaeger.md index 9906fdd68d0..4ce6533939e 100644 --- a/docs/sources/features/datasources/jaeger.md +++ b/docs/sources/features/datasources/jaeger.md @@ -11,6 +11,7 @@ weight = 2 +++ # Jaeger data source + Grafana ships with built-in support for Jaeger, which provides open source, end-to-end distributed tracing. Just add it as a data source and you are ready to query your traces in [Explore]({{< relref "../explore" >}}). @@ -44,4 +45,4 @@ Use the trace selector to pick particular trace from all traces logged in the ti ## Linking Trace ID from logs -You can link to Jaeger trace from logs in Loki by configuring a derived field with internal link. See [Loki documentation]([Explore]({{< relref "./loki#derived-fields" >}})) for details. +You can link to Jaeger trace from logs in Loki by configuring a derived field with internal link. See the [Derived fields]({{< relref "./loki.md#derived-fields" >}}) section in the [Loki data source]({{< relref "./loki.md" >}}) documentation for details.