Observability tooling reached an inflection point in 2025. OpenTelemetry (OTel) hit v1.0 stability across all three signal types — traces, metrics, logs — and became the default instrumentation choice for new services. Meanwhile, Datadog's pricing model (per-host, per-APM host, per-million log events, per-container) generated enough customer backlash that migration to OTel-based alternatives became a meaningful trend.
OpenTelemetry is an instrumentation framework and wire protocol, not a backend. You instrument your code with OTel SDKs (available for Java, Go, Python, Node.js, .NET, Ruby, PHP, and others), and the OTel Collector receives and exports signals to any compatible backend: Jaeger, Zipkin, Prometheus, Grafana Tempo, Honeycomb, Lightstep, or Datadog itself. The core value proposition: instrument once, change backends without rewriting code. Auto-instrumentation libraries for popular frameworks (Express, Django, Spring Boot, gRPC) add tracing with zero code changes.
Datadog's APM is a batteries-included product. It's more than just a backend — the Datadog agent does auto-discovery, correlates traces with infrastructure metrics and logs in one UI, and has ML-based anomaly detection and service maps out of the box. The time-to-insight for a team starting from zero is genuinely faster with Datadog than assembling an OTel pipeline. The gap is cost and lock-in. A 100-engineer company with 50 services can easily spend $15,000-40,000/month on Datadog across APM, infrastructure, logs, and synthetics.
The 2026 hybrid approach: instrument everything with OTel SDKs (you own the instrumentation), export to the backend of your choice. Many teams now export to Grafana Cloud (Tempo for traces, Mimir for metrics, Loki for logs) at a fraction of Datadog cost, using Datadog only for specific use cases (synthetic monitoring, RUM) where it provides differentiated value.
Grafana Stack (Tempo + Mimir + Loki + Alloy) is the most popular OTel-native backend stack in 2026. Honeycomb is the premium choice for high-cardinality event-based observability. AWS X-Ray integrates with OTel natively for AWS-native teams.