Skip to content

Commit 57c4914

Browse files
small grammar fixes (#1840)
1 parent 85c4e0e commit 57c4914

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/collections/_documentation/performance-monitoring/performance/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Compare graphs side by side to find any relevant correlations. For example, if a
2424

2525
## Transaction Table
2626

27-
Below the graphs are a list of transactions that may be filtered down based on global header and search condition filters. The provided columns offer details about each transaction.
27+
Below the graphs are a list of transactions that may be filtered down based on global header and search condition filters. The provided columns offer details about each transaction.
2828

2929
- Transaction Name
30-
- Project
30+
- Project
3131
- [TPM](/performance-monitoring/performance/metrics/#throughput-total-rpm-rps)
3232
- [P50](/performance-monitoring/performance/metrics/#average-transaction-duration)
3333
- [P95](/performance-monitoring/performance/metrics/#p95-threshold)
@@ -38,4 +38,4 @@ Below the graphs are a list of transactions that may be filtered down based on g
3838

3939
## Key Transaction View
4040

41-
If you have transactions you frequently return to; you can mark each one off as a key transaction in their corresponding [summary views](/performance-monitoring/performance/transaction-summary/#key-transaction). This enables a shortcut to view only Key Transactions by toggling the tab in the upper right corner of the homepage.
41+
If you have transactions you frequently return to; you can mark each one as a key transaction in their corresponding [summary views](/performance-monitoring/performance/transaction-summary/#key-transaction). This enables a shortcut to view only Key Transactions by toggling the tab in the upper right corner of the homepage.

src/collections/_documentation/performance-monitoring/performance/transaction-summary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: 'Transaction Summary'
33
sidebar_order: 4
44
---
55

6-
Every transaction has a summary view that gives you a better understanding of how its overall health. With this view, you'll find graphs, instances of these events, stats, facet maps, related errors, and more.
6+
Every transaction has a summary view that gives you a better understanding of its overall health. With this view, you'll find graphs, instances of these events, stats, facet maps, related errors, and more.
77

88
[{% asset performance/perf-summary.png alt="Example of Transaction Summary" %}]({% asset performance/perf-summary.png @path %})
99

1010
## Key Transaction
1111

12-
If you find an important transaction you want to return to, click "Key Transaction" in the upper right corner to star it. This will be saved so you can view this from your [Performance Homepage](/performance-monitoring/performance/index). Keep in mind any key transaction you mark will not be shared with others in your organization and are limited to ten per user.
12+
If you find an important transaction you want to return to, click "Key Transaction" in the upper right corner to star it. This will be saved so you can view this from your [Performance Homepage](/performance-monitoring/performance/index). Keep in mind any key transaction you mark will not be shared with others in your organization and are limited to ten per user.
1313

1414
## Graphs
1515

16-
### Duration Breakdown
16+
### Duration Breakdown
1717
By graphing [P50](/performance-monitoring/performance/metrics/#p50-threshold), [P75](/performance-monitoring/performance/metrics/#p75-threshold), [P95](/performance-monitoring/performance/metrics/#p95-threshold), [P99](/performance-monitoring/performance/metrics/#p99-threshold), and P100 durations distinctly, you can utilize this display to see their transaction performance over time. Toggle the display of each segment by clicking on the legend (including Releases). Also, zoom in on specific slices to investigate spikes or possible performance regressions from a release.
1818

1919
### Latency Histogram
@@ -44,4 +44,4 @@ The sidebar contains helpful supplementary information about this transaction's
4444

4545
## Related Issues
4646

47-
This table will show you all related issues. In other words, any errors that are associated with this transaction. Click "Open in Issues" to see the full list.
47+
This table will show you all related issues. In other words, any errors that are associated with this transaction. Click "Open in Issues" to see the full list.

0 commit comments

Comments
 (0)