VOOZH about

URL: https://thenewstack.io/what-is-opentelemetry/

⇱ What Is OpenTelemetry?  - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-10-17 06:28:03
What Is OpenTelemetry? 
sponsor-chronosphere,sponsored-post-contributed,
Observability / Open Source / Operations

What Is OpenTelemetry? 

OpenTelemetry removes the need to have multiple instrumentation libraries and streamlines data collection across your observability backend.
Oct 17th, 2023 6:28am by Jess Lulka
👁 Featued image for: What Is OpenTelemetry? 
Image from Pixabay.
Chronosphere sponsored this post.

OpenTelemetry (OTel) is an observability framework and toolkit for users to create, process and export telemetry such as traces, metrics and logs. Its main purpose is to provide a singular standard for code instrumentation and telemetry data transport to an observability tool backend.

As a Cloud Native Computing Foundation (CNCF) project, OpenTelemetry is vendor- and tool-agnostic. Developers can use it with a variety of observability backends, including open source tools such as Jaeger and Prometheus in addition to observability vendors. However, it is not a storage backend or a frontend UI for query visualization and querying.

The OpenTelemetry Collector helps developers monitor microservice application health, capture requests between microservices, trace resource use to specific user groups, create tiered requests for priority resources and process and transform telemetry before exporting.

To understand OpenTelemetry more fully, let’s take a look at its components, benefits and tradeoffs.

Chronosphere, a Palo Alto Networks company, is the observability platform built for control in the modern, containerized world. Recognized as a leader by major analyst firms, Chronosphere empowers customers to focus on the data and insights that matter to reduce data complexity, optimize costs, and remediate issues faster. Visit chronosphere.io.
Learn More
Hear more from our sponsor

Why Use OpenTelemetry?

OpenTelemetry gives organizations control over the telemetry pipeline by processing telemetry before it is sent onto an observability vendor. Open source instrumentation libraries for popular languages and frameworks also mean freedom from vendor lock-in when migrating between platforms.

Before OpenTelemetry, each observability vendor had its own libraries. This made it tough for companies that relied on multiple vendors to collect and export data types,as they couldn’t easily jump between different libraries or various telemetry types.

This meant telemetry was often completely siloed, and businesses would get their competitive advantage on which products they chose for telemetry collection. It also affected how well you could import and work with data depending on the vendor’s library and feature set.

OpenTelemetry removes the need to have multiple instrumentation libraries and streamlines data collection across your observability backend. This makes it easier to get and share telemetry data. Engineers not only get data faster, they only need to maintain one telemetry collector – one that’s based on open source coding – instead of proprietary, vendor-specific code.

Like the old Java tagline “write once, run anywhere,” OpenTelemetry allows you to “instrument once and export anywhere.”

Components of OpenTelemetry

As a toolkit and a framework, OpenTelemetry includes:

  • The OpenTelemetry Collector to receive, process and export telemetry data (metrics and traces)
  • Specification for all included components
  • OpenTelemetry Protocol that outlines telemetry data shapes
  • Semantic conventions that provide a standardized naming convention for telemetry data types
  • APIs to define telemetry data generation
  • A library ecosystem that implements instrumentation for common libraries and frameworks
  • Automatic instrumentation that helps generate telemetry data without code changes
  • Language SDKs to implement the developer’s desired specification, APIs and data export

All of these components come together to provide a robust foundation for data collection and porting into observability software.

Benefits of OpenTelemetry

OpenTelemetry brings three main benefits to organizations: a large open source community, increased interoperability and backend tool flexibility.

  • Large open source community: A wide variety of users and contributors means that development teams can use OTel in-house and can get support through online research and user communities, instead of solely relying on vendor support or wrangling with customer service.
  • Compatibility across different tools and services: Vendor- and ecosystem-agnostic telemetry collections reduce the required number of tools and let developers monitor their ecosystem of third-party services without setting up complex integrations that require additional monitoring and operation.
  • Flexibility to change backend observability tools: Because OpenTelemetry is open source, it gives developers the flexibility to add a telemetry collector without investment in proprietary software or having to set up specific infrastructure for it to run (which adds a point of failure and consumes resources). It also provides a way for organizations to avoid vendor lock-in and make future migrations more efficient.

Drawbacks of OpenTelemetry

While OpenTelemetry brings a lot of benefits to observability telemetry collection, there are still things organizations should know during the evaluation process.

OpenTelemetry is much more useful for understanding a system’s inner workings and for backend developers; support for frontend, client and browser data is still pretty experimental and in the early stages.

Some languages are more supported than others, so it’s necessary to see what kind of compatibility developers need before deciding to go all in with OpenTelemetry adoption. The specification is stable and complete, but the language SDK implementation is still a work in progress depending on the specific language.

Does OpenTelemetry Replace Prometheus?

Generally, OpenTelemetry is not a direct replacement for Prometheus. While both tools work with open source telemetry collection, they offer different feature sets. It’s not a direct, feature-to-feature comparison.

Either project can ingest each other’s data, so they often coexist within environments.

Industry Impact of OpenTelemetry

OpenTelemetry is still a fairly new project, but developers are already seeing its impact within the observability space in terms of adoption acceleration. In 451 Research’s “Voice of the Enterprise (VotE): DevOps, Organizational Dynamics2021 data survey, responding organizations have already adopted (47%) or are in the discovery stages (21%) of adopting observability.

👁 Image

Going forward, OpenTelemetry’s standardized processes and frameworks should provide greater flexibility to change backend tools as organizations streamline observability, which boosts the project’s progress and helps teams avoid vendor lock-in.

Using OpenTelemetry as a de facto standard allows organizations to spend less time instrumenting for data collection and more time leveraging the data when they believe it is mature without adding application performance overhead.

Chronosphere’s Support for OpenTelemetry 

As a cloud native, open source platform, Chronosphere provides both community support and product support for OpenTelemetry. Within our product, Chronosphere ingests OpenTelemetry metrics without a server-side component and is currently integrating the same support for traces. Recent contributions to the OpenTelemetry project include a Jaeger Remote Sampling extension and several bug fixes.

Chronosphere, a Palo Alto Networks company, is the observability platform built for control in the modern, containerized world. Recognized as a leader by major analyst firms, Chronosphere empowers customers to focus on the data and insights that matter to reduce data complexity, optimize costs, and remediate issues faster. Visit chronosphere.io.
Learn More
Hear more from our sponsor
TRENDING STORIES
Jess Lulka is a technical content writer at Chronosphere. She has 10 years of experience of writing and editing in the B2B technology space.
Read more from Jess Lulka
Chronosphere sponsored this post.
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.