From 6da550f736ccc902269b6f5f737ffc3dd1716133 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:16:49 -0400 Subject: [PATCH] [Doc][Tempo] Backport 54120 to v9.1.x (#54675) * [Doc] Fix broken link in Tempo doc (#54120) * Fix broken link * Update docs/sources/datasources/tempo.md Co-authored-by: Ursula Kallio Co-authored-by: Ursula Kallio (cherry picked from commit fe87ffdda0d388cf65a3eeafdbf92a5b1b621079) # Conflicts: # docs/sources/datasources/tempo.md * Fixed conflicts from merge --- docs/sources/datasources/tempo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/datasources/tempo.md b/docs/sources/datasources/tempo.md index 6047e25ff04..d6a4f60d9ba 100644 --- a/docs/sources/datasources/tempo.md +++ b/docs/sources/datasources/tempo.md @@ -102,7 +102,7 @@ You can query and display traces from Tempo via [Explore]({{< relref "../explore ### Tempo search -Tempo search is an experimental feature behind a feature toggle. Use this to search for traces by service name, span name, duration range, or process-level attributes that are included in your application’s instrumentation, such as HTTP status code and customer ID. +Use this to search for traces by service name, span name, duration range, or process-level attributes that are included in your application’s instrumentation, such as HTTP status code and customer ID. {{< figure src="/static/img/docs/explore/tempo-search.png" class="docs-image--no-shadow" max-width="750px" caption="Screenshot of the Tempo search feature with a trace rendered in the right panel" >}} @@ -184,7 +184,7 @@ A service graph is a visual representation of the relationships between services To display the service graph: -- [Configure Grafana Agent](https://grafana.com/docs/tempo/latest/grafana-agent/service-graphs/#quickstart) or [Tempo/GET](https://grafana.com/docs/tempo/latest/server_side_metrics/service_graphs/#tempo) to generate service graph data +- [Configure Grafana Agent](https://grafana.com/docs/tempo/latest/grafana-agent/service-graphs/#quickstart), or [Tempo or GET](https://grafana.com/docs/tempo/latest/metrics-generator/service_graphs/#tempo) to generate service graph data. - Link a Prometheus data source in the Tempo data source settings. - Navigate to [Explore]({{< relref "../explore/" >}}). - Select the Tempo data source.