Skip to content

Commit 4b22df1

Browse files
codydecoolguyzone
andauthored
Update docs/platforms/javascript/common/tracing/span-metrics/examples.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 42597d9 commit 4b22df1

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
@@ -531,7 +531,7 @@ app.get('/api/search', async (req: Request, res: Response) => {
531531
```
532532
533533
**How the trace works together:**
534-
- Client span starts when debounced search triggers -> tracks the full user-perceived latency.
534+
- The client span starts when the debounced search triggers, then tracks the full user-perceived latency.
535535
- Aborted requests are marked with `ui.aborted=true` and short duration, showing wasted work.
536536
- Server span shows search performance characteristics: mode (prefix vs fuzzy), results count, and slow queries.
537537

0 commit comments

Comments
 (0)