Skip to content

Commit 2d94e68

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

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
@@ -535,7 +535,7 @@ app.get('/api/search', async (req: Request, res: Response) => {
535535
- Aborted requests are marked with `ui.aborted=true` and short duration, showing wasted work.
536536
- The server span shows search performance characteristics: mode (prefix vs fuzzy), results count, and slow queries.
537537
538-
What to monitor with span metrics:
538+
**What to monitor with span metrics:**
539539
- p95 duration of `op:search` grouped by `query.length`.
540540
- Characteristics of slow searches via `op:search performance.slow:true`.
541541
- Compare prefix vs fuzzy via `op:search` grouped by `search.mode`.

0 commit comments

Comments
 (0)