Skip to content

Commit f673a18

Browse files
sfanahataShannon Anahata
andauthored
Replacing warning image in explore doc (#15045)
## DESCRIBE YOUR PR Replacing warning image in explore doc. image: https://sentry-docs-git-replace-sampling-warning-img.sentry.dev/product/explore/trace-explorer/#sampling-warnings ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [x] Urgent deadline (GA date, etc.): Today - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) Co-authored-by: Shannon Anahata <[email protected]>
1 parent ea3f1e3 commit f673a18

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
50.7 KB
Loading
34.8 KB
Loading

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Similarly, Sentry incorporates the weight into **sum**:
185185

186186
Trace Explorer will display **Sum: 1.4ms**.
187187

188-
### Averages and percentiles
188+
### Averages and Percentiles
189189

190190
Averages and percentiles are **weighted**. You don't just average the 2 spans -- Sentry accounts for the fact that they represent a larger dataset. For example, the weighted average works like this:
191191

@@ -199,7 +199,9 @@ Sentry treats this as a representation of the average across all 12 estimated sp
199199

200200
If your sampling rate is **too low** for an accurate extrapolation (for example, keeping less than 5% of an already low number of spans), Sentry may show a **low sampling rate warning**. This lets you know that extrapolation might be less reliable, especially for more restrictive queries.
201201

202-
![Trace Explorer Screenshot](./img/Trace_explorer_low_samples.png)
202+
<div style={{width: '450px'}}>
203+
![Trace Explorer Warning](./img/Trace_explorer_low_samples.png)
204+
</div>
203205

204206
Even if you sample your spans, **Trace Explorer's extrapolation gives you reasonably accurate answers** for counts, averages, and percentiles -- without you needing to do anything extra.
205207

0 commit comments

Comments
 (0)