Skip to content

Commit e03a9b5

Browse files
codydecoolguyzone
andauthored
Apply suggestion from @coolguyzone
Co-authored-by: Alex Krawiec <[email protected]>
1 parent f1e7ce8 commit e03a9b5

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/tracing/span-metrics

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/span-metrics/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ app.get('/api/search', async (req: Request, res: Response) => {
534534
535535
**How the trace works together:**
536536
- The client span starts when the debounced search triggers, then tracks the full user-perceived latency.
537-
- Aborted requests are marked with `ui.aborted=true` and short duration, showing wasted work.
537+
- The aborted requests are marked with `ui.aborted=true` and short duration, showing wasted work.
538538
- The server span shows search performance characteristics: mode (prefix vs fuzzy), results count, and slow queries.
539539
540540
**What to monitor with span metrics:**

0 commit comments

Comments
 (0)