Skip to content

Commit fb15038

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

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
@@ -805,7 +805,7 @@ async function synthesizeResponse(llmResponse: any, toolsUsed: string[]): Promis
805805
**How the trace works together:**
806806
- Frontend span (`gen_ai.invoke_agent`) captures the entire user interaction from message to response.
807807
- Backend agent span continues the trace with the same operation and agent name for correlation.
808-
- LLM spans (`gen_ai.chat`) track individual model calls with token usage and performance.
808+
- The LLM spans (`gen_ai.chat`) track individual model calls with token usage and performance.
809809
- The 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

0 commit comments

Comments
 (0)