Skip to content

Commit 42597d9

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

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
@@ -806,7 +806,7 @@ async function synthesizeResponse(llmResponse: any, toolsUsed: string[]): Promis
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.
808808
- LLM spans (`gen_ai.chat`) track individual model calls with token usage and performance.
809-
- Tool execution spans (`gen_ai.execute_tool`) monitor each tool call with input/output and timing.
809+
- 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
812812
**What to monitor with span metrics:**

0 commit comments

Comments
 (0)