Skip to main content

OpenTelemetry: A Complete Telemetry Framework that Grows with You

Juraci Paixão Kröhling
OllyGarden

Most organizations approach OpenTelemetry as a collection of individual tools they need to assemble from scratch. This view misses the bigger picture. OpenTelemetry is a complete telemetry framework with composable components that address specific problems at different stages of organizational maturity. You start with what you need today and adopt additional pieces as your observability practices evolve.

The framework includes everything from automatic instrumentation that provides immediate value to sophisticated governance tools for enterprise-scale deployments. Each component solves a specific problem that emerges as teams scale their observability practices. The key insight is recognizing which components address your current challenges and understanding what becomes available as your needs grow.

The Starting Point: Immediate Value with Auto-Instrumentation

Organizations beginning their observability journey need results quickly. OpenTelemetry provides automatic instrumentation libraries for major programming languages that capture traces, metrics, and logs without requiring code changes. For a Java application, getting started takes two commands:

Image
OTel

The application now emits traces, metrics, and logs using the OpenTelemetry Protocol (OTLP). Point it at any compatible backend and you have telemetry flowing. For local testing, a single container provides a complete environment:

Image
OTel

Auto-instrumentation solves the cold start problem. Teams get immediate visibility into application behavior without extensive instrumentation work. This quick win demonstrates value to stakeholders while teams learn what additional instrumentation would provide the most benefit. The instrumentation uses OpenTelemetry's SDK, which provides a stable foundation for future customization.

Adding Flexibility: The Collector as a Central Processing Hub

As observability practices mature, teams encounter new requirements. They need to send telemetry to multiple backends for different teams. They want to enrich data with environment metadata before it leaves the cluster. They need to sample high-volume traces to control costs. The OpenTelemetry Collector addresses these challenges through a central processing pipeline.

The Collector receives telemetry data, processes it through configurable pipelines, and exports it to one or more destinations. This decouples instrumentation from backend decisions. Applications send data to the Collector using OpenTelemetry Protocol (OTLP), and infrastructure teams configure where that data ultimately goes. Backend migrations become configuration changes rather than application redeployment projects.

Teams typically introduce the Collector when they need capabilities beyond simple data forwarding. Processors transform data, add attributes, perform sampling decisions, or batch data for efficient transmission. Receivers accept data in various formats, allowing gradual migration from legacy instrumentation. Exporters send data to commercial platforms or open source backends without requiring instrumentation changes.

Scaling to Kubernetes: Automation Through the Operator

Managing instrumentation across hundreds or thousands of services running in Kubernetes presents operational challenges. The OpenTelemetry Operator automates instrumentation injection and Collector lifecycle management at cluster scale. Teams define instrumentation policies once, and the Operator ensures they apply consistently across workloads.

The Operator eliminates manual instrumentation configuration for each deployment. It watches for new pods and injects auto-instrumentation based on defined policies. This approach scales instrumentation practices to large environments while maintaining consistency. The Operator also manages Collector deployments, handling upgrades and configuration distribution across the cluster.

Organizations adopt the Operator when manual instrumentation management becomes operationally expensive. The component represents a solved automation problem, applying proven Kubernetes patterns to observability instrumentation.

Customizing Instrumentation: The API and Semantic Conventions

Auto-instrumentation provides broad coverage, but application-specific insights require custom instrumentation. The OpenTelemetry API enables developers to create spans for business-critical operations, record custom metrics, and emit structured logs with correlation context. These APIs work alongside auto-instrumentation, supplementing automatic coverage with application-specific detail.

Semantic conventions provide standardized attribute names and values for common concepts. Rather than each team inventing attribute names for HTTP requests, database queries, or message queue operations, semantic conventions establish shared vocabulary. This consistency enables observability tools to understand telemetry data semantically, regardless of which team or service generated it.

Teams introduce custom instrumentation when auto-instrumentation does not capture critical business workflows. The API provides the mechanism, while semantic conventions ensure the resulting data remains interoperable across the organization. This combination supports both immediate instrumentation needs and long-term observability platform evolution.

Enterprise Governance: Weaver for Organizational Standards

Large organizations need to enforce instrumentation standards across teams while allowing flexibility for specific use cases. Weaver generates type-safe instrumentation code from semantic convention definitions, ensuring teams use standardized attributes correctly. This governance tool bridges the gap between organizational standards and implementation reality.

Weaver takes YAML definitions of semantic conventions and generates code in multiple languages. Developers use generated types that enforce attribute naming, typing, and documentation standards automatically. This approach scales organizational governance without creating bottlenecks or requiring constant code review of instrumentation details.

Organizations adopt Weaver when inconsistent attribute usage across teams creates data quality problems. The tool represents a solution to the governance challenge that emerges at enterprise scale, where manual enforcement of standards becomes impractical.

The Vendor Neutrality Advantage: Backend Agility

Every component in the OpenTelemetry framework reinforces a core principle: instrumentation should outlive backend decisions. Applications emit telemetry in a standardized format, infrastructure routes it through configurable pipelines, and backends consume what they need. Backend selection becomes a runtime decision rather than an instrumentation commitment.

This separation has practical implications for organizations. Evaluating new observability platforms does not require re-instrumenting applications. Cost management becomes a matter of adjusting Collector configurations to sample or filter data appropriately. Acquisitions or organizational changes that consolidate observability platforms do not trigger instrumentation projects.

The framework's vendor neutrality protects instrumentation investments while maintaining flexibility as requirements evolve. Teams instrument once using stable APIs and collect the benefits across multiple backend generations.

A Framework That Scales with Organizational Maturity

OpenTelemetry provides a complete telemetry framework where each component addresses specific challenges that emerge as practices mature. Organizations start with auto-instrumentation for quick wins, add the Collector for processing flexibility, introduce the Operator for Kubernetes automation, layer in custom instrumentation where needed, and adopt governance tools like Weaver at enterprise scale.

The framework does not require adopting every component immediately. Each piece represents a solution waiting on the shelf for when specific problems arise. This modularity allows organizations to grow their observability practices at their own pace while maintaining a consistent technical foundation.

The investment in OpenTelemetry-based instrumentation compounds over time. Early instrumentation remains valuable as new components address evolving requirements. The framework scales from a single service sending traces to a backend, to thousands of services across multiple clusters with sophisticated processing pipelines and governance controls. Organizations choose which components to deploy based on current needs, confident that additional capabilities remain available as requirements change.

Juraci Paixão Kröhling is a Software Engineer at OllyGarden, OpenTelemetry Governing Board Member and CNCF Ambassador

The Latest

For decades, enterprise networks were designed around a simple assumption: work happened inside the office. Applications lived in centralized data centers, employees connected through internal infrastructure, and security focused on protecting the perimeter that surrounded everything ... But the way organizations operate today bears little resemblance to that environment. Cloud platforms host critical applications, employees connect from homes and airports as often as they do from offices, and partners collaborate through shared systems that exist far beyond corporate walls. In short, the corporate network no longer resembles the environment it was designed to protect ...

As an analyst who researches how IT organizations design, build, and operate their networks, I find that network data is a constant source of pain. Network teams struggle with data quality, fragmentation, authority, access, and trust. And these issues undermine everything they try to do. Here are the numbers: Only 45% of network teams are completely confident in the accuracy of their network source of truth, which documents the intent of their network ...

The 2026 Global Data Center Survey from Uptime Institute reveals an industry navigating workforce constraints, escalating outage expenses, even as rising costs remain the top concern for management teams ...

The next observability gap may not be in the code. It may be under the rack. That sounds strange until you think about how AI incidents actually feel in the middle of an investigation ... The application dashboard may be accurate. It may also be stopping at the wrong boundary. AI systems depend on software, but they also depend on a dense physical stack: racks, power paths, thermal margin, maintenance activity and, in many environments, liquid cooling. Those physical dependencies can change slowly before they look like a software incident ...

Certificate expiration is the rare outage you can see coming. Every TLS certificate carries the date it stops working, so the moment it will begin breaking connections is knowable in advance. That's what makes an expired certificate such a frustrating way to lose a service. What's changing now is how often that date comes around ...

Enterprises operate different combinations of workloads across cloud, hybrid and multicloud environments. For business-critical workloads, teams need to consider monitoring and observability early so they can detect health issues, investigate failures, and understand operational impact. Organizations place workloads on cloud platforms based on a combination of technical requirements, economics, existing dependencies, organizational standards, and business priorities. Their monitoring priorities therefore depend on what they operate and where those systems run. Those priorities will not look the same for every organization ...

Top-performing businesses prioritize data-driven decision making, enabling leaders to move from intuition and gut feel towards evidence-based judgment. But that judgment is only sound when the data underpinning decisions is accurate. With incident management, data accuracy is particularly important. Long-term revenue, customer trust, and operational stability depend on high-quality data that enables teams to quickly identify and address the root cause of major incidents. Against this backdrop, governance becomes a critical endeavor to ensure the right data drives the right action ...

In MEAN TIME TO INSIGHT Episode 26, Shamus McGillicuddy, VP of Research, Network Infrastructure and Operations, at EMA discusses network compliance ... 

Most production autonomous agents do not run in a vacuum. They run inside cloud infrastructure: virtual machines, containers, pods, managed clusters or private servers. That is where most operations teams start monitoring. Is the VM alive? Is the container running? Did the pod restart? Is memory stable? Is CPU too high? Did the health check pass? Those signals are useful. They tell you whether the shell around the agent is alive. They do not tell you whether the agent inside is actually operational ...

Enterprise IT environments have never been more observable ... Yet many organizations still grapple with outages, lengthy incident resolution cycles, and increasing complexity. Most teams do not suffer from a shortage of data. They struggle to determine what deserves attention and what action to take next ... Enterprise IT operations must move beyond monitoring and visibility. The next stage of maturity is decision operations, an approach that helps teams make faster, better-informed decisions ...

OpenTelemetry: A Complete Telemetry Framework that Grows with You

Juraci Paixão Kröhling
OllyGarden

Most organizations approach OpenTelemetry as a collection of individual tools they need to assemble from scratch. This view misses the bigger picture. OpenTelemetry is a complete telemetry framework with composable components that address specific problems at different stages of organizational maturity. You start with what you need today and adopt additional pieces as your observability practices evolve.

The framework includes everything from automatic instrumentation that provides immediate value to sophisticated governance tools for enterprise-scale deployments. Each component solves a specific problem that emerges as teams scale their observability practices. The key insight is recognizing which components address your current challenges and understanding what becomes available as your needs grow.

The Starting Point: Immediate Value with Auto-Instrumentation

Organizations beginning their observability journey need results quickly. OpenTelemetry provides automatic instrumentation libraries for major programming languages that capture traces, metrics, and logs without requiring code changes. For a Java application, getting started takes two commands:

Image
OTel

The application now emits traces, metrics, and logs using the OpenTelemetry Protocol (OTLP). Point it at any compatible backend and you have telemetry flowing. For local testing, a single container provides a complete environment:

Image
OTel

Auto-instrumentation solves the cold start problem. Teams get immediate visibility into application behavior without extensive instrumentation work. This quick win demonstrates value to stakeholders while teams learn what additional instrumentation would provide the most benefit. The instrumentation uses OpenTelemetry's SDK, which provides a stable foundation for future customization.

Adding Flexibility: The Collector as a Central Processing Hub

As observability practices mature, teams encounter new requirements. They need to send telemetry to multiple backends for different teams. They want to enrich data with environment metadata before it leaves the cluster. They need to sample high-volume traces to control costs. The OpenTelemetry Collector addresses these challenges through a central processing pipeline.

The Collector receives telemetry data, processes it through configurable pipelines, and exports it to one or more destinations. This decouples instrumentation from backend decisions. Applications send data to the Collector using OpenTelemetry Protocol (OTLP), and infrastructure teams configure where that data ultimately goes. Backend migrations become configuration changes rather than application redeployment projects.

Teams typically introduce the Collector when they need capabilities beyond simple data forwarding. Processors transform data, add attributes, perform sampling decisions, or batch data for efficient transmission. Receivers accept data in various formats, allowing gradual migration from legacy instrumentation. Exporters send data to commercial platforms or open source backends without requiring instrumentation changes.

Scaling to Kubernetes: Automation Through the Operator

Managing instrumentation across hundreds or thousands of services running in Kubernetes presents operational challenges. The OpenTelemetry Operator automates instrumentation injection and Collector lifecycle management at cluster scale. Teams define instrumentation policies once, and the Operator ensures they apply consistently across workloads.

The Operator eliminates manual instrumentation configuration for each deployment. It watches for new pods and injects auto-instrumentation based on defined policies. This approach scales instrumentation practices to large environments while maintaining consistency. The Operator also manages Collector deployments, handling upgrades and configuration distribution across the cluster.

Organizations adopt the Operator when manual instrumentation management becomes operationally expensive. The component represents a solved automation problem, applying proven Kubernetes patterns to observability instrumentation.

Customizing Instrumentation: The API and Semantic Conventions

Auto-instrumentation provides broad coverage, but application-specific insights require custom instrumentation. The OpenTelemetry API enables developers to create spans for business-critical operations, record custom metrics, and emit structured logs with correlation context. These APIs work alongside auto-instrumentation, supplementing automatic coverage with application-specific detail.

Semantic conventions provide standardized attribute names and values for common concepts. Rather than each team inventing attribute names for HTTP requests, database queries, or message queue operations, semantic conventions establish shared vocabulary. This consistency enables observability tools to understand telemetry data semantically, regardless of which team or service generated it.

Teams introduce custom instrumentation when auto-instrumentation does not capture critical business workflows. The API provides the mechanism, while semantic conventions ensure the resulting data remains interoperable across the organization. This combination supports both immediate instrumentation needs and long-term observability platform evolution.

Enterprise Governance: Weaver for Organizational Standards

Large organizations need to enforce instrumentation standards across teams while allowing flexibility for specific use cases. Weaver generates type-safe instrumentation code from semantic convention definitions, ensuring teams use standardized attributes correctly. This governance tool bridges the gap between organizational standards and implementation reality.

Weaver takes YAML definitions of semantic conventions and generates code in multiple languages. Developers use generated types that enforce attribute naming, typing, and documentation standards automatically. This approach scales organizational governance without creating bottlenecks or requiring constant code review of instrumentation details.

Organizations adopt Weaver when inconsistent attribute usage across teams creates data quality problems. The tool represents a solution to the governance challenge that emerges at enterprise scale, where manual enforcement of standards becomes impractical.

The Vendor Neutrality Advantage: Backend Agility

Every component in the OpenTelemetry framework reinforces a core principle: instrumentation should outlive backend decisions. Applications emit telemetry in a standardized format, infrastructure routes it through configurable pipelines, and backends consume what they need. Backend selection becomes a runtime decision rather than an instrumentation commitment.

This separation has practical implications for organizations. Evaluating new observability platforms does not require re-instrumenting applications. Cost management becomes a matter of adjusting Collector configurations to sample or filter data appropriately. Acquisitions or organizational changes that consolidate observability platforms do not trigger instrumentation projects.

The framework's vendor neutrality protects instrumentation investments while maintaining flexibility as requirements evolve. Teams instrument once using stable APIs and collect the benefits across multiple backend generations.

A Framework That Scales with Organizational Maturity

OpenTelemetry provides a complete telemetry framework where each component addresses specific challenges that emerge as practices mature. Organizations start with auto-instrumentation for quick wins, add the Collector for processing flexibility, introduce the Operator for Kubernetes automation, layer in custom instrumentation where needed, and adopt governance tools like Weaver at enterprise scale.

The framework does not require adopting every component immediately. Each piece represents a solution waiting on the shelf for when specific problems arise. This modularity allows organizations to grow their observability practices at their own pace while maintaining a consistent technical foundation.

The investment in OpenTelemetry-based instrumentation compounds over time. Early instrumentation remains valuable as new components address evolving requirements. The framework scales from a single service sending traces to a backend, to thousands of services across multiple clusters with sophisticated processing pipelines and governance controls. Organizations choose which components to deploy based on current needs, confident that additional capabilities remain available as requirements change.

Juraci Paixão Kröhling is a Software Engineer at OllyGarden, OpenTelemetry Governing Board Member and CNCF Ambassador

The Latest

For decades, enterprise networks were designed around a simple assumption: work happened inside the office. Applications lived in centralized data centers, employees connected through internal infrastructure, and security focused on protecting the perimeter that surrounded everything ... But the way organizations operate today bears little resemblance to that environment. Cloud platforms host critical applications, employees connect from homes and airports as often as they do from offices, and partners collaborate through shared systems that exist far beyond corporate walls. In short, the corporate network no longer resembles the environment it was designed to protect ...

As an analyst who researches how IT organizations design, build, and operate their networks, I find that network data is a constant source of pain. Network teams struggle with data quality, fragmentation, authority, access, and trust. And these issues undermine everything they try to do. Here are the numbers: Only 45% of network teams are completely confident in the accuracy of their network source of truth, which documents the intent of their network ...

The 2026 Global Data Center Survey from Uptime Institute reveals an industry navigating workforce constraints, escalating outage expenses, even as rising costs remain the top concern for management teams ...

The next observability gap may not be in the code. It may be under the rack. That sounds strange until you think about how AI incidents actually feel in the middle of an investigation ... The application dashboard may be accurate. It may also be stopping at the wrong boundary. AI systems depend on software, but they also depend on a dense physical stack: racks, power paths, thermal margin, maintenance activity and, in many environments, liquid cooling. Those physical dependencies can change slowly before they look like a software incident ...

Certificate expiration is the rare outage you can see coming. Every TLS certificate carries the date it stops working, so the moment it will begin breaking connections is knowable in advance. That's what makes an expired certificate such a frustrating way to lose a service. What's changing now is how often that date comes around ...

Enterprises operate different combinations of workloads across cloud, hybrid and multicloud environments. For business-critical workloads, teams need to consider monitoring and observability early so they can detect health issues, investigate failures, and understand operational impact. Organizations place workloads on cloud platforms based on a combination of technical requirements, economics, existing dependencies, organizational standards, and business priorities. Their monitoring priorities therefore depend on what they operate and where those systems run. Those priorities will not look the same for every organization ...

Top-performing businesses prioritize data-driven decision making, enabling leaders to move from intuition and gut feel towards evidence-based judgment. But that judgment is only sound when the data underpinning decisions is accurate. With incident management, data accuracy is particularly important. Long-term revenue, customer trust, and operational stability depend on high-quality data that enables teams to quickly identify and address the root cause of major incidents. Against this backdrop, governance becomes a critical endeavor to ensure the right data drives the right action ...

In MEAN TIME TO INSIGHT Episode 26, Shamus McGillicuddy, VP of Research, Network Infrastructure and Operations, at EMA discusses network compliance ... 

Most production autonomous agents do not run in a vacuum. They run inside cloud infrastructure: virtual machines, containers, pods, managed clusters or private servers. That is where most operations teams start monitoring. Is the VM alive? Is the container running? Did the pod restart? Is memory stable? Is CPU too high? Did the health check pass? Those signals are useful. They tell you whether the shell around the agent is alive. They do not tell you whether the agent inside is actually operational ...

Enterprise IT environments have never been more observable ... Yet many organizations still grapple with outages, lengthy incident resolution cycles, and increasing complexity. Most teams do not suffer from a shortage of data. They struggle to determine what deserves attention and what action to take next ... Enterprise IT operations must move beyond monitoring and visibility. The next stage of maturity is decision operations, an approach that helps teams make faster, better-informed decisions ...