Skip to content

Commit 89ea3a0

Browse files
committed
Consistency fixes
1 parent b12032b commit 89ea3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/explore/profiling/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ The **Transactions** tab, by default, shows a list of all transactions in the se
5050

5151
![Transactions tab on the Profiling page](./img/profiling-page-transactions.png)
5252

53-
Click the name of a transaction to navigate to the **Transaction Summary** page, which contains aggregated performance data that is scoped to that transaction. By default, the **Profiles** tab is selected, which contains an [aggregate flamegraph](/product/explore/profiling/flame-charts-graphs) showing the most frequent code paths that were profiled within that transaction. This flamegraph behaves the same as the flamegraph in the **Aggregate Flamegraph** tab described below.
53+
Click the name of a transaction to navigate to the **Transaction Summary** page, which contains aggregated performance data that is scoped to that transaction. By default, the **Profiles** tab is selected, which contains an [aggregate flame graph](/product/explore/profiling/flame-charts-graphs) showing the most frequent code paths that were profiled within that transaction. This flame graph behaves the same as the flame graph in the **Aggregate Flamegraph** tab described below.
5454

5555
![Profiles tab on the Transaction Summary page](./img/transaction-summary-profiles.png)
5656

5757

5858
### Aggregate Flamegraph Tab
5959

60-
The **Aggregate Flamegraph** tab shows a [flamegraph](/product/explore/profiling/flame-charts-graphs) with aggregated information on the frequency of code paths within the selected projects.
60+
The **Aggregate Flamegraph** tab shows a [flame graph](/product/explore/profiling/flame-charts-graphs) with aggregated information on the frequency of code paths within the selected projects.
6161

6262
![Aggregate Flamegraph tab on the Profiling page](./img/profiling-page-aggregate-flamegraph.png)
6363

@@ -71,7 +71,7 @@ One way is to select a span and scroll down to the **Profile** section of the sp
7171

7272
![Profiling data for a span in the Trace View](./img/trace-view-span-profile.png)
7373

74-
The **Most Frequent Stacks in this Span** widget shows a paginated list of call stacks in descending order of frequency that indicates where in the code most of the time in the selected span is spent. Click the **>** button to page through the other stacks, or click the **Profile** button to view the entire profile in the flamegraph viewer.
74+
The **Most Frequent Stacks in this Span** widget shows a paginated list of call stacks in descending order of frequency that indicates where in the code most of the time in the selected span is spent. Click the **>** button to page through the other stacks, or click the **Profile** button to view the entire profile in the flame graph viewer.
7575

7676
The other way is to click the **Profiles** tab in the Trace View, which will show a list a profile events across *all* spans contained within the trace:
7777

0 commit comments

Comments
 (0)