Azure Monitor
Observability Plane · Pipeline & Infrastructure Monitoring
Azure service for collecting and analysing telemetry from cloud and on-premises environments.
- Cloud service
Observability Plane · Pipeline & Infrastructure Monitoring
Vendor-neutral standard and tooling for collecting traces, metrics and logs.
OpenTelemetry is an instrumentation standard and a collector, and the single most important fact about it is what it is not. Its own documentation says plainly that it is not an observability backend, and that storage and visualisation are intentionally left to other tools.
What it actually produces is a specification, a wire protocol, semantic conventions for naming things consistently, language APIs and SDKs, automatic instrumentation, and a collector with a Kubernetes operator.
The protocol is the consequential part. Because everything speaks it, you can instrument once and change backend without re-instrumenting, which is the entire value proposition.
The collector receives, processes and exports, built from receivers, processors, exporters and connectors, deployable beside a service or as a central gateway, and it natively speaks Jaeger and Prometheus formats too.
Stability has two layers that are constantly conflated, and getting this right matters more than any feature list. The specification has its own status per signal, and each language SDK has its own status separately.
At specification level, tracing is fully stable and under long-term support, logging's bridge API and protocol are stable, and metrics are stable in the data model while collector metric pipelines remain experimental.
Per language it is rougher. Traces are stable almost everywhere, metrics are stable in the eight major languages but not in Ruby, Swift or Erlang, and logs are the ragged edge, still in development in Python, JavaScript and several others.
Profiles effectively does not exist yet: a protocol in development, and development status in Java alone, so anyone planning on it should plan for a wait.
Its stability promise is worth quoting when you assess risk: existing API calls must continue to compile and function against all future minor versions, with a minimum of three years of support for major API versions.
The same headings are used for every pipeline & infrastructure monitoring entry, so two tools can be read side by side.
Open sourceFree, Apache 2.0
Free under Apache 2.0, with no paid tier, free-tier limits or trial, because the project has nothing to sell. The cost of adopting it is entirely the backend you send data to, plus the engineering work of instrumenting. The financial argument for it is indirect but real: because the protocol is standard, changing backend later does not mean re-instrumenting your estate, which is leverage in a renewal negotiation with any of the commercial platforms in this category.
OpenTelemetry was accepted into the Cloud Native Computing Foundation in May 2019, became incubating in 2021 and graduated in May 2026, so anything calling it incubating is now out of date. Everything is Apache 2.0 under the foundation's intellectual property policy. Governance splits in two, a governance committee for organisational matters and a technical committee that arbitrates when working groups cannot agree, with around forty special interest groups doing the actual work. Its own mission page is candid that many maintainers are employed by companies with commercial interests in it, and sets out duties to disclose conflicts.
Founded 2019 · opentelemetry.io
Observability Plane · Pipeline & Infrastructure Monitoring
Azure service for collecting and analysing telemetry from cloud and on-premises environments.
Observability Plane · Pipeline & Infrastructure Monitoring
Monitoring and observability SaaS for infrastructure, applications, logs and data pipelines.
Observability Plane · Pipeline & Infrastructure Monitoring
Open-source dashboards for metrics, logs and traces, with a managed cloud offering.
Observability Plane · Pipeline & Infrastructure Monitoring
Open-source monitoring system and time-series database, a CNCF project.
Drafted with AI assistance and checked against the vendor’s own documentation.