Company Overview

OpenTelemetry (also called OTel) is an open-source observability standard project under the Cloud Native Computing Foundation (CNCF, part of the Linux Foundation). It graduated from CNCF incubation in 2023. OpenTelemetry was formed in 2019 from the merger of two pioneering projects: OpenTracing (created in 2015 by Ben Sigelman and Yuri Shkuro) and OpenCensus (created in 2018 by Google).

OpenTelemetry is not a company — it is an industry standard that provides unified APIs, SDKs, and data collection frameworks for distributed Traces, Metrics, and Logs. It is broadly supported by all major observability vendors including AWS, Azure, Google Cloud, Datadog, New Relic, Splunk, Grafana, Lightstep, and Honeycomb.

Core Products

Product Type Description
OpenTelemetry API/SDK Libraries Multi-language implementations (Go, Java, Python, JS, .NET, Ruby, Rust, etc.) for traces, metrics, and logs
OpenTelemetry Collector Data Collector Vendor-agnostic telemetry data pipeline for receiving, processing, and exporting to multiple backends
OpenTelemetry Operator Kubernetes Operator Automatic injection and configuration of OTel SDK on Kubernetes for simplified cluster observability
OpenTelemetry Protocol (OTLP) Transport Protocol Unified telemetry data protocol with gRPC/HTTP dual mode and efficient encoding
OpenTelemetry Instrumentation Auto-Instrumentation Automated trace and metric collection for popular frameworks and libraries

Core Strengths

Unified Standard: One specification covering traces, metrics, and logs, eliminating fragmentation
Vendor Agnostic: Data can be freely routed to any compatible backend, avoiding vendor lock-in
Multi-Language: Covers 12+ programming languages with a consistent experience
CNCF Governance: Neutral community governance ensures long-term healthy development
Broad Ecosystem: Adopted and supported by all major observability vendors

Key Milestones

  • 2015: Ben Sigelman and Yuri Shkuro created OpenTracing, proposing a distributed tracing standard
  • 2018: Google released OpenCensus, providing multi-language observability libraries
  • 2019: OpenTracing and OpenCensus merged to form OpenTelemetry; joined CNCF as an incubating project
  • 2020: OpenTelemetry Collector released; OTLP protocol standardized
  • 2021: OpenTelemetry became one of the most active CNCF projects; log signal support added
  • 2022: Stable API/SDK releases (Traces and Metrics GA)
  • 2023: OpenTelemetry graduated from CNCF; Logs API/SDK stable release
  • 2024+: Continued performance optimization, Profiling signal expansion, deeper eBPF integration

Market Position & Competitors

As an industry standard, OpenTelemetry holds a central position in the observability data collection space:

  • Prometheus: CNCF graduated project focused on metrics collection and alerting (Metrics only)
  • Jaeger: CNCF graduated project focused on distributed tracing (Traces only)
  • StatsD: Classic metrics aggregation protocol with limited capabilities and legacy ecosystem
  • Traditional APM Agents: Vendor-specific implementations like Datadog Agent, New Relic Agent
  • Datadog: Offers its own agent but also supports OTel data ingestion