VOOZH about

URL: https://thenewstack.io/elasticsearch-goes-deep-on-opentelemetry-with-ebpf-donation/

⇱ ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation - 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
2024-03-13 05:00:14
ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation
eBPF / Observability / Open Source

ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation

Elastic is collaborating with OpenTelemetry across various areas, not solely on profiling but also on the common schema and the semantic convention.
Mar 13th, 2024 5:00am by B. Cameron Gain
👁 Featued image for: ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation

Monitoring and observability provider Elastic is committed to further integrating the Elasticsearch project with OpenTelemetry in a major way, recognizing it as a vital cornerstone for enhancing users’ search experiences.

By leveraging Elasticsearch for data searches and observability across diverse databases and data types, users can benefit from its versatility and robustness. OpenTelemetry plays a pivotal role in this integration, serving as a central component in enabling seamless data monitoring and analysis across various environments.

With OpenTelemetry (OTel), the latest evolution of this integration underscores its significance: This manifests in the form of enhanced profiling capabilities, allowing users to gain deeper insights into system performance and resource utilization. As Elasticsearch continues to evolve alongside OpenTelemetry, users can anticipate even more powerful and comprehensive tools for managing and analyzing their data effectively.

The Donation

According to the proposal documentation, the donation of the Elastic profiling agent will:

“Fill the gap in OpenTelemetry’s component landscape/architecture with a mature, feature-rich and efficient profiling solution. With that, cutting-edge technologies in eBPF and profiling would become a standard through OpenTelemetry for collecting in-production profiling data. Collecting profiling data with OpenTelemetry across a broad range of languages/technologies would come with a frictionless deployment experience.”

The donation follows the “marriage” between the observability tools Elastic Common Schema (ECS) and OpenTelemetry Semantic Conventions. Specifically, the creators of open source Elastic are contributing ECS to OpenTelemetry and are committed to the joint development of the two projects. 

The Integration

The integration of the Elastic profiling agent, as well as ECS, with OTel, underscores Elastic’s and OTel’s reach and its creators’ goals to allow users to merge telemetry data into a single panel for a more comprehensive analysis for observability. Indeed, the integration of ECS with OTel helps the OTel project move toward the ultimate goal of total compatibility and standardization with any observability tool or process.

In other words, both Elasticsearch and OpenTelemetry — especially since their general availability was released a few weeks before 2024 — are very popular platforms to integrate and work with data logs, metrics and traces from various sources and their further integration should be appreciated by many.

“The benefit you get once the profiling agent is accepted is that users will have continuous profiling available within the OpenTelemetry framework,” Abhishek Singh, general manager at Elastic, told The New Stack. “This is because the agent that we’re donating uses eBPF, making it less intrusive when it comes to implementation than a language-based agent, for example.”

Elastic is collaborating with OpenTelemetry across various areas, not solely on profiling but also on the common schema and the semantic convention. The goal is to transform OpenTelemetry from a fragmented landscape with scattered capabilities into a comprehensive observability framework that customers rely on by default, Singh said.

Its contribution covers a complete implementation of a continuous profiler. This encompasses the agent responsible for running systems and conducting profiling tasks. Essentially, Elastic provides the instrumentation component that operates alongside application software, gathering information to profile the software and offering sufficient data on where time is allocated within the application, Singh noted.

Practical applications include cost reduction and optimization efforts. For instance, by leveraging profiling, significant CPU-consuming functions within applications can be identified and optimized, thereby reducing compute usage and resulting in cost savings, Singh said.

Moreover, insights into environmental impact are provided. Carbon emissions might be analyzed based on compute usage, allowing for the optimization of certain functions or libraries to minimize environmental impact and generate cost savings for customers, Singh said.

“Jumping in from a CTO perspective, when considering Elasticsearch, our aim is to provide answers in milliseconds. We are the leading search analytics company, trusted by over 50% of Fortune 500 organizations. Our platform enables users to find answers in real-time using both structured and unstructured data, allowing businesses to leverage their data at scale,” Singh said.

“Our customers benefit from a platform that enables bot1h search and analysis of data, regardless of its type. This integration of observability data with business data allows for deeper insights and operational efficiencies. Our goal is to make OpenTelemetry the common instrumentation field, ensuring that advancements in instrumentation benefit the entire community and drive better outcomes for customers.”

Elasticsearch’s key draw is its versatility. For example, consider the perspective of a CTO. They may want to analyze various aspects such as node performance in a Kubernetes cluster or sales data across different regions like Europe and North America. In case of a disaster or outage, security personnel rely on Elasticsearch to pinpoint the root causes by conducting detailed searches.

Additionally, operations teams tasked with continuous monitoring face the challenging responsibility of drawing inferences and analyzing data to ensure system stability and performance.

Why OpenTelemetry?

Why OpenTelemetry? As the second-highest CNCF “velocity project” thanks to the strong growth of its user base in the CNCF ecosystem, OpenTelemetry has become a widely adopted way to add instrumentation to an application to gather metrics, logs and traces from your favorite observability source. Telemetry data (metrics, logs and traces) from different sources can then be combined for monitoring with your favorite panel, such as with Grafana.

Wildly popular ECS is used to define a common set of fields to be used when storing event data in Elasticsearch, such as logs and metrics and to specific field names and Elasticsearch datatypes for each field, and provides descriptions and example usage, according to its documentation. ECS will become that much better under the OpenTelemetry umbrella. In fact, machine learning is being integrated with Elastic, which is already offering some very interesting results.

Austin Parker, director of open source at Honeycomb.io and a leading OpenTelemetry maintainer told The New Stack, that the elastic profiling agent remains in progress, noting how “there is a period of due diligence and technical review that has to happen before we can accept it.”

Parker did note that since the agent is proprietary and a closed source, there have been some “thorny legal considerations that a bunch of different companies are having to review,” but that said Parker did not “anticipate the diligence finding anything dramatic or a blocker.”

“We’re very happy to see Elastic continue to partner with the open source observability community and believe that this donation will be beneficial to the progress of OpenTelemetry’s profiling signal,” Parker said.

TRENDING STORIES
BC Gain is founder and principal analyst for ReveCom Media. His obsession with computers began when he hacked a Space Invaders console to play all day for 25 cents at the local video arcade in the early 1980s. He then...
Read more from B. Cameron Gain
SHARE THIS STORY
TRENDING STORIES
The Cloud Native Computing Foundation and Honeycomb.io are sponsors of The New Stack.
TNS owner Insight Partners is an investor in: Honeycomb.io, Honeycomb.
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.