Skip to content

Commit 18b1224

Browse files
authored
Work around ref URIs bug (#457)
1 parent 5a152d1 commit 18b1224

File tree

3 files changed

+8
-41
lines changed

3 files changed

+8
-41
lines changed

docs/sources/get-started/_index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ canonical: https://grafana.com/docs/grafana/latest/explore/simplified-exploratio
44
keywords:
55
- Traces Drilldown
66
- Get started
7-
refs:
8-
drilldown-apps:
9-
- pattern: /docs/grafana/
10-
destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/
11-
- pattern: /docs/grafana-cloud/
12-
destination: /docs/grafana-cloud/visualizations/simplified-exploration/
137
title: Get started with Traces Drilldown
148
menuTitle: Get started
159
weight: 300
@@ -24,7 +18,7 @@ Investigate using primary signals, RED metrics, filters, and structural or trace
2418
To learn more, refer to [Concepts](../concepts/).
2519

2620
{{< admonition type="note" >}}
27-
Expand your observability journey and learn about [the Drilldown apps suite](ref:drilldown-apps).
21+
Expand your observability journey and learn about [the Drilldown apps suite](../../).
2822
{{< /admonition >}}
2923

3024
{{< youtube id="a3uB1C2oHA4" >}}
@@ -80,7 +74,7 @@ You can see here that 99.34% of the time, the span name was equal to `HTTP GET /
8074
### Inspect the problem
8175

8276
To dig deeper, select **Inspect** to focus in on the problem.
83-
It's easy to spot the problem: the tall, red bar indicates that the problems are happening with `HTTP GET /api/datasources/proxy/uid/:uid/*`.
77+
It's easy to spot the problem: the tall, red bar indicates that the problems are happening with `HTTP GET /api/datasources/proxy/uid/:uid/*`.
8478
Next, use **Add to filters** to focus just on the erroring API call.
8579

8680
![Add to filters to focus on the API call](../images/explore-traces-errors-add-filters-flow.png)

docs/sources/investigate/_index.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,6 @@ canonical: https://grafana.com/docs/grafana/latest/explore/simplified-exploratio
44
keywords:
55
- Traces Drilldown
66
- Investigate
7-
refs:
8-
choose-span-data:
9-
- pattern: /docs/grafana/
10-
destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/traces/investigate/choose-span-data/
11-
- pattern: /docs/grafana-cloud/
12-
destination: /docs/grafana-cloud/visualizations/explore/simplified-exploration/traces/investigate/choose-span-data/
13-
choose-red-metric:
14-
- pattern: /docs/grafana/
15-
destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/traces/investigate/choose-red-metric/
16-
- pattern: /docs/grafana-cloud/
17-
destination: /docs/grafana-cloud/visualizations/explore/simplified-exploration/traces/investigate/choose-red-metric/
18-
analyze-tracing-data:
19-
- pattern: /docs/grafana/
20-
destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/traces/investigate/analyze-tracing-data/
21-
- pattern: /docs/grafana-cloud/
22-
destination: /docs/grafana-cloud/visualizations/explore/simplified-exploration/traces/investigate/analyze-tracing-data/
23-
add-filters:
24-
- pattern: /docs/grafana/
25-
destination: /docs/grafana/<GRAFANA_VERSION>/explore/simplified-exploration/traces/investigate/add-filters/
26-
- pattern: /docs/grafana-cloud/
27-
destination: /docs/grafana-cloud/visualizations/explore/simplified-exploration/traces/investigate/add-filters/
287
title: Investigate trends and spikes
298
menuTitle: Investigate trends and spikes
309
weight: 600
@@ -36,10 +15,10 @@ Grafana Traces Drilldown provides powerful tools that help you identify and anal
3615

3716
Using these steps, you can use the tracing data to investigate issues.
3817

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.
4322

4423
You can use these steps in any order and move between them as many times as needed.
4524
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.

docs/sources/investigate/view-exemplars.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ canonical: https://grafana.com/docs/grafana/latest/explore/simplified-exploratio
44
keywords:
55
- Traces Drilldown
66
- Investigate
7-
refs:
8-
intro-exemplars:
9-
- pattern: /docs/grafana/
10-
destination: /docs/grafana/<GRAFANA_VERSION>/fundamentals/exemplars/
11-
- pattern: /docs/grafana-cloud/
12-
destination: /docs/grafana/<GRAFANA_VERSION>/fundamentals/exemplars/
137
title: View exemplars
148
menuTitle: View exemplars
159
weight: 600
@@ -24,7 +18,7 @@ An exemplar is a specific trace representative of measurement taken in a given t
2418
Use exemplars to help isolate problems within your data distribution by pinpointing query traces exhibiting high latency within a time interval.
2519
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.
2620

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/).
2822

2923
## Exemplars in Traces Drilldown
3024

@@ -35,4 +29,4 @@ You can view the exemplar information by hovering the cursor over the small diam
3529

3630
Select **View trace** to open a slide-out trace panel.
3731

38-
![Selecting View trace reveals a slide-out panel with the full trace information.](/media/docs/explore-traces/explore-traces-exemplars-trace-v2.4.png)
32+
![Selecting View trace reveals a slide-out panel with the full trace information.](/media/docs/explore-traces/explore-traces-exemplars-trace-v2.4.png)

0 commit comments

Comments
 (0)