If you are catching up on OpenTelemetry in November 2025, the focus is no longer on "basic tracing." The conversation has shifted entirely to and processing data at scale via the Collector. The project is viewed as mature, "boring infrastructure" (a compliment), and the default choice for enterprise software.
apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector metadata: name: collector-with-profiles spec: profiles: enabled: true sampling_frequency: 25hz
: On November 20, the CNCF hosted a deep dive into the OpenTelemetry Certified Associate (OTCA) exam, signaling that OTel expertise is now a formal requirement for many DevOps and SRE roles. 4. Technical Trends and the 2025 Roadmap opentelemetry news nov 2025
November saw a heavy focus on the "human" side of the project:
: In a major collaborative effort between Grafana Labs and Splunk, OpenTelemetry officially released its eBPF-based instrumentation. This allows developers to collect deep system insights (like network latency and resource usage) without modifying application code, drastically lowering the barrier to entry for complex microservices. If you are catching up on OpenTelemetry in
: Winners were announced on November 12, recognizing top contributors who helped scale the project’s documentation and core SDKs.
The OTLP protocol now supports and WebTransport (experimental). For browser-based and mobile clients, this drastically reduces connection overhead and improves streaming telemetry on unstable networks. : Winners were announced on November 12, recognizing
: Most HTTP and database semantic conventions have reached full stability, ensuring that data is interpreted identically regardless of the backend.
As AI agents became more autonomous, November saw the emergence of frameworks for automated PII redaction within OTel pipelines. This allowed companies to monitor AI prompt performance without risking the leak of sensitive customer data through telemetry signals.
: Profiling is moving rapidly toward General Availability, with the OTel Collector adding experimental support for native CPU and memory profiling.
: Critical updates were delivered for native OTel support in .NET 10 , streamlining performance monitoring for C# developers. The Shift Toward "Safe Observability"