YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

OpenTelemetry Defines GenAI Session Conventions

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

OpenTelemetry Defines GenAI Session Conventions
OPEN LINK ↗
// 1d agoINFRASTRUCTURE

OpenTelemetry Defines GenAI Session Conventions

OpenTelemetry’s open-source GenAI conventions standardize spans, metrics, events, MCP telemetry, and provider-specific attributes across AI systems. Its gen_ai.conversation.id field gives developers a shared way to correlate sessions and threads across traces. https://github.com/open-telemetry/semantic-conventions-genai/blob/main/docs/gen-ai/gen-ai-spans.md

// ANALYSIS

This is the unglamorous infrastructure AI developers desperately need: observability is only useful when every provider speaks the same language. The convention is promising, but adoption—not specification—is the real bottleneck.

  • `gen_ai.conversation.id` can connect multi-turn sessions that span retries, background agents, and multiple traces.
  • The project covers model calls, agent workflows, tool execution, MCP, metrics, and structured input/output telemetry.
  • Adoption remains uneven; OpenTelemetry’s own issue documents major instrumentations that still fail to emit conversation IDs. [Issue #145](https://github.com/open-telemetry/semantic-conventions-genai/issues/145)
  • Developers should not substitute `trace_id` for session identity because one session can span multiple traces, while one trace can contain multiple sessions.
  • The conventions remain in Development, so teams should isolate their attribute mappings and expect schema churn. [Project README](https://github.com/open-telemetry/semantic-conventions-genai)
// TAGS
opentelemetry-genai-semantic-conventionsobservabilitymcpagentopen-sourcedevtool

DISCOVERED

1d ago

2026-08-28

PUBLISHED

1d ago

2026-08-28

RELEVANCE

8/ 10

AUTHOR

dani_avila7