ended3월 21일· 1 sources
OpenTelemetry just standardized LLM tracing. Here's what it actually looks like in code.
OpenTelemetry가 LLM 트레이싱을 표준화했다 — 실제 코드에서는 어떤 모습일까
Why it matters
OpenTelemetry has published experimental GenAI Semantic Conventions that standardize how LLM calls, agent invocations, and tool executions are traced, replacing the fragmented vendor-specific formats. The spec defines three span types (chat, invoke_agent, execute_tool), standardized attribute paths like gen_ai.agent.name and gen_ai.tool.name, and guidelines for content recording. The author shares practical implementation lessons, including common mistakes like wrong attribute paths and span naming formats that make traces invisible to GenAI-aware backends.
1
Sources
+0
24h
—
Growth
173d
Active
OpenTelemetryGenAI Semantic ConventionsLLM tracingspan attributesobservability