Skip to content

Commit b1c3274

Browse files
author
Shannon Anahata
committed
changing some wording
1 parent a239a8b commit b1c3274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/explore/trace-explorer/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [**Trace Explorer**](https://sentry.io/orgredirect/organizations/:orgslug/tr
1515
- A trace represents a series of transactions or requests through a single system. This includes things like user browser sessions, HTTP requests, DB queries, middleware, caches and more.
1616
- It captures a series of operations (_spans_) that show how different parts of your application interacted during each transaction.
1717
- Each trace is identified by a **Trace ID**, which you can use to follow a request across services or projects.
18-
- A [distributed trace](/platforms/javascript/tracing/trace-propagation/#what-is-distributed-tracing) is made of transactions and spans that traverse multiple servers, clients, edge workers, etc. and is assembled by passing the Trace ID through browser headers.
18+
- A [distributed trace](/platforms/javascript/tracing/trace-propagation/#what-is-distributed-tracing) is made of transactions and spans that traverse multiple servers, clients, edge workers, and other parts of your system. It is assembled by passing the Trace ID through browser headers.
1919

2020
### Spans
2121

@@ -26,7 +26,7 @@ The [**Trace Explorer**](https://sentry.io/orgredirect/organizations/:orgslug/tr
2626

2727
### Span Metrics
2828

29-
- [Span metrics](/concepts/key-terms/tracing/span-metrics/) are derived from applying a function to your span attributes (default or custom), like `p50(cart.value)` or `sum(ai.token_use)`, over a granular time frame. This calculation extrapolates metrics that then populate dashboards, alerts, etc. based on that rolling time window.
29+
- [Span metrics](/concepts/key-terms/tracing/span-metrics/) are derived from applying a function to your span attributes (default or custom), like `p50(cart.value)` or `sum(ai.token_use)`, over a granular time frame. This calculation extrapolates metrics that then populate dashboards and alerts. based on that rolling time window.
3030
- These 'metrics' aren't stored separately from your span data. Rather, they're queried on the fly. This reduces your need to manage, ingest, and store custom metrics.
3131

3232
## Practical Examples
@@ -47,7 +47,7 @@ With these tools, the new Trace Explorer gives you powerful ways to understand y
4747
Trace Explorer allows you to browse span and trace samples and inspect them. Here's how:
4848

4949
1. **Search for Samples**:
50-
- Use the search bar to filter results based on default or custom attributes, tags, etc. like `http.request_method is "GET`
50+
- Use the search bar to filter results based on default or custom attributes, tags, and strings like `http.request_method is "GET`
5151
- **Edit and add** columns in the span samples table to view any attribute
5252
- **Sort** by clicking the column header to toggle between ascending and descending
5353
- Switch between **Span Samples** and **Trace Samples** tabs depending on your focus.

0 commit comments

Comments
 (0)