Skip to content

Commit 07254c3

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

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
@@ -533,7 +533,7 @@ app.get('/api/search', async (req: Request, res: Response) => {
533533
**How the trace works together:**
534534
- 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.
536-
- Server span shows search performance characteristics: mode (prefix vs fuzzy), results count, and slow queries.
536+
- The server span shows search performance characteristics: mode (prefix vs fuzzy), results count, and slow queries.
537537
538538
What to monitor with span metrics:
539539
- p95 duration of `op:search` grouped by `query.length`.

0 commit comments

Comments
 (0)