OpenTelemetry Is Now a CNCF Graduate — and It's Coming for Your AI Stack On May 21, 2026, OpenTelemetry graduated as a CNCF project, solidifying its status as the standard for cloud-native observability. The project is now expanding into AI workloads with new GenAI semantic conventions that standardize how LLM operations are recorded, including model names, token counts, and tool calls. This unified standard allows any OTLP-compatible backend to ingest and visualize AI telemetry alongside existing infrastructure data, preventing fragmentation in AI observability. OpenTelemetry graduated as a CNCF project on May 21, 2026. That's not just a badge — it's the formal recognition that OTel has won the observability standards race. But graduation isn't the finish line. The project is now squarely aimed at the AI infrastructure era, with GenAI semantic conventions already shipping in VS Code Copilot, OpenAI Codex, and Claude Code. "Graduation is not the finish line. The OpenTelemetry community remains committed to building interoperable, high-quality observability standards and tooling for cloud native software at global scale." — OpenTelemetry project blog gen ai. attribute namespace standardises how LLM operations are recorded: model name, input/output token counts, finish reasons, tool calls, and when opted in full prompt/response content.OTel is the first observability framework that's genuinely spanning both cloud-native infrastructure and AI workloads under a single standard. That's a big deal. Before the GenAI semantic conventions, monitoring an AI agent meant vendor-specific dashboards, proprietary SDKs, or rolling your own spans. Now you get a common schema — gen ai.request.model , gen ai.usage.input tokens , gen ai.client.operation.duration — that any OTLP-compatible backend can ingest and visualise. The practical upside: if your AI agent takes 45 seconds to answer a question, you can now tell whether it was the model, a slow tool call, or a retry loop — without guessing. Token costs, latency histograms, and tool invocation traces all flow through the same pipeline you already run for your services. The graduation timing is deliberate. OTel is establishing itself as the standard before the AI observability market fragments into proprietary tooling. That's the same playbook it ran against Prometheus/Jaeger fragmentation in the cloud-native space. If you're building AI-powered apps: If you're a platform/infra engineer: If you're evaluating observability vendors: Sources: CNCF graduation announcement · OpenTelemetry blog · TNS analysis ✏️ Drafted with KewBot AI , edited and approved by Drew.