You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,10 +15,10 @@ Grafana Traces Drilldown provides powerful tools that help you identify and anal
36
15
37
16
Using these steps, you can use the tracing data to investigate issues.
38
17
39
-
1.[Select **Root spans** or **All spans**](ref:choose-span-data) to look at either the first span in a trace (the root span) or all span data.
40
-
1.[Choose the metric](ref:choose-red-metric) you want to use: rates, errors, or duration.
41
-
1.[Analyze data](ref:analyze-tracing-data) using **Breakdown**, **Comparison**, **Service structure** (available for rate), **Root cause errors** (available for errors), **Root cause latency** (available for duration), and **Traces** tabs.
42
-
1.[Add filters](ref:add-filters) to refine the view of your data.
18
+
1.[Select **Root spans** or **All spans**](./choose-span-data/) to look at either the first span in a trace (the root span) or all span data.
19
+
1.[Choose the metric](./choose-red-metric/) you want to use: rates, errors, or duration.
20
+
1.[Analyze data](./analyze-tracing-data/) using **Breakdown**, **Comparison**, **Service structure** (available for rate), **Root cause errors** (available for errors), **Root cause latency** (available for duration), and **Traces** tabs.
21
+
1.[Add filters](./add-filters/) to refine the view of your data.
43
22
44
23
You can use these steps in any order and move between them as many times as needed.
45
24
Depending on what you find, you may start with root spans, delve into error data, and then select **All spans** to access all of the tracing data.
@@ -24,7 +18,7 @@ An exemplar is a specific trace representative of measurement taken in a given t
24
18
Use exemplars to help isolate problems within your data distribution by pinpointing query traces exhibiting high latency within a time interval.
25
19
After you localize the latency problem to a few exemplar traces, you can combine it with additional system based information or location properties to perform a root cause analysis faster, leading to quick resolutions to performance issues.
26
20
27
-
For more information, refer to [Introduction to exemplars](ref:intro-exemplars).
21
+
For more information, refer to [Introduction to exemplars](/docs/grafana/<GRAFANA_VERSION>/fundamentals/exemplars/).
28
22
29
23
## Exemplars in Traces Drilldown
30
24
@@ -35,4 +29,4 @@ You can view the exemplar information by hovering the cursor over the small diam
35
29
36
30
Select **View trace** to open a slide-out trace panel.
37
31
38
-

32
+

0 commit comments