Skip to content

Commit 617dc41

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

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
@@ -809,7 +809,7 @@ async function synthesizeResponse(llmResponse: any, toolsUsed: string[]): Promis
809809
- Tool execution spans (`gen_ai.execute_tool`) monitor each tool call with input/output and timing.
810810
- Rich attributes enable monitoring of conversation quality, cost, and business outcomes.
811811
812-
What to monitor with span metrics:
812+
**What to monitor with span metrics:**
813813
- p95 duration of `op:gen_ai.invoke_agent` grouped by `conversation.resolution_status`.
814814
- Token usage trends via `gen_ai.usage.total_tokens` by `gen_ai.request.model`.
815815
- Tool usage patterns via `op:gen_ai.execute_tool` grouped by `gen_ai.tool.name`.

0 commit comments

Comments
 (0)