Skip to content

Commit 2cf0210

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Add more copy edits
1 parent f9466ea commit 2cf0210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/explore/traces/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Learn how to use the Sentry Trace Explorer to search span data, fi
99
may have bugs. We recognize the irony.
1010
</Note>
1111

12-
The [**Trace Explorer**](https://sentry.io/orgredirect/organizations/:orgslug/traces/) in Sentry is designed to make performance investigation easier and more intuitive. You can now explore span samples, visualize span attributes, and aggregate your data with flexible queries and filters. This guide will walk you through the key concepts and features of the Trace Explorer.
12+
The [**Trace Explorer**](https://sentry.io/orgredirect/organizations/:orgslug/traces/) in Sentry is designed to make investigating performance issues easier and more intuitive. You can now explore span samples, visualize span attributes, and aggregate your data with flexible queries and filters. This guide will walk you through the key concepts and features of the Trace Explorer.
1313

1414
![Trace Explorer Screenshot](./img/trace-explorer01.png)
1515

@@ -52,7 +52,7 @@ Trace Explorer makes it easy to visualize metrics aggregated from any span attri
5252

5353
1. **Set Up Visualization**:
5454
- Use the **Visualize** section to add metrics like `avg(span.duration)` or `p90(span.duration)` to the same chart by clicking **Add Series** or a different chart by clicking the **+** icon.
55-
- You can also create custom visualizations like:
55+
- You can also create custom visualizations such as:
5656
- **P90 of span durations**: Useful for identifying outliers.
5757
- **Average cache size**: Analyze attributes specific to backend spans.
5858
2. **Filter Your Data**:
@@ -74,7 +74,7 @@ Dive deeper into your data with aggregation capabilities in Trace Explorer.
7474
- Use the **Group By** section to group spans by any attribute, like `http.method`, `span.op`, or custom tags.
7575
- For example:
7676
- Group spans by `http.method` to compare the performance of `GET` vs `POST` requests.
77-
-Analyze spans by `db.table` to find slow database operations.
77+
- Analyze spans by `db.table` to find slow database operations.
7878
3. **Apply HAVING Conditions**:
7979
- After grouping, use **cell actions** to filter results directly in the table.
8080
- For example:

0 commit comments

Comments
 (0)