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
Copy file name to clipboardExpand all lines: docs/product/explore/traces/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: "Learn how to use the Sentry Trace Explorer to search span data, fi
9
9
may have bugs. We recognize the irony.
10
10
</Note>
11
11
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.
13
13
14
14

15
15
@@ -52,7 +52,7 @@ Trace Explorer makes it easy to visualize metrics aggregated from any span attri
52
52
53
53
1.**Set Up Visualization**:
54
54
- 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:
56
56
-**P90 of span durations**: Useful for identifying outliers.
57
57
-**Average cache size**: Analyze attributes specific to backend spans.
58
58
2.**Filter Your Data**:
@@ -74,7 +74,7 @@ Dive deeper into your data with aggregation capabilities in Trace Explorer.
74
74
- Use the **Group By** section to group spans by any attribute, like `http.method`, `span.op`, or custom tags.
75
75
- For example:
76
76
- 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.
78
78
3.**Apply HAVING Conditions**:
79
79
- After grouping, use **cell actions** to filter results directly in the table.
0 commit comments