3c68684dd2
* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
27 lines
868 B
Markdown
27 lines
868 B
Markdown
---
|
|
aliases:
|
|
- ../../visualizations/traces/
|
|
keywords:
|
|
- grafana
|
|
- dashboard
|
|
- documentation
|
|
- panels
|
|
- traces
|
|
title: Traces
|
|
weight: 850
|
|
---
|
|
|
|
# Traces panel
|
|
|
|
> **Note:** This panel is currently in beta. Expect changes in future releases.
|
|
|
|
_Traces_ are a visualization that enables you to track and log a request as it traverses the services in your infrastructure.
|
|
|
|
For more information about traces and how to use them, refer to the following documentation:
|
|
|
|
- [What are traces](https://grafana.com/docs/grafana-cloud/traces)
|
|
- [Tracing in Explore]({{< relref "../../../explore/trace-integration/" >}})
|
|
- [Getting started with Tempo](https://grafana.com/docs/tempo/latest/getting-started)
|
|
|
|
{{< figure src="/static/img/docs/explore/explore-trace-view-full-8-0.png" class="docs-image--no-shadow" max-width= "900px" caption="Screenshot of the trace view" >}}
|