• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Home
  • Contact Us

iHash

News and How to's

  • Dell C2422HE 24" HD Video Conferencing Monitor with Built-In Speakers and Pop-Up Camera for $234

    Dell C2422HE 24" HD Video Conferencing Monitor with Built-In Speakers and Pop-Up Camera for $234
  • Choose up to 6 Best-Selling Magazine Subscriptions for just $2 each! for $2

    Choose up to 6 Best-Selling Magazine Subscriptions for just $2 each! for $2
  • Apple iPad 9th Gen 10.2" 64GB – Space Gray (Refurbished: WiFi + Cellular Unlocked) for $375

    Apple iPad 9th Gen 10.2" 64GB – Space Gray (Refurbished: WiFi + Cellular Unlocked) for $375
  • JumpStory Microsoft Office Plugin: Lifetime Subscription for $59

    JumpStory Microsoft Office Plugin: Lifetime Subscription for $59
  • Apple iPad 8th Gen 10.2" 128GB – Space Gray (Refurbished: Wi-Fi Only) + Accessories Bundle for $325

    Apple iPad 8th Gen 10.2" 128GB – Space Gray (Refurbished: Wi-Fi Only) + Accessories Bundle for $325
  • News
    • Rumor
    • Design
    • Concept
    • WWDC
    • Security
    • BigData
  • Apps
    • Free Apps
    • OS X
    • iOS
    • iTunes
      • Music
      • Movie
      • Books
  • How to
    • OS X
      • OS X Mavericks
      • OS X Yosemite
      • Where Download OS X 10.9 Mavericks
    • iOS
      • iOS 7
      • iOS 8
      • iPhone Firmware
      • iPad Firmware
      • iPod touch
      • AppleTV Firmware
      • Where Download iOS 7 Beta
      • Jailbreak News
      • iOS 8 Beta/GM Download Links (mega links) and How to Upgrade
      • iPhone Recovery Mode
      • iPhone DFU Mode
      • How to Upgrade iOS 6 to iOS 7
      • How To Downgrade From iOS 7 Beta to iOS 6
    • Other
      • Disable Apple Remote Control
      • Pair Apple Remote Control
      • Unpair Apple Remote Control
  • Special Offers
  • Contact us

What’s New in OpenTelemetry? | Logz.io

Oct 11, 2023 by iHash Leave a Comment


OpenTelemetry (OTEL) is an observability platform designed to generate and collect telemetry data across various observability pillars, and its popularity has grown as organizations look to take advantage of it.

It’s the most active Cloud Native Computing Foundation project after Kubernetes, and it’s progressing at an immense pace on many fronts. The core project is expanding beyond the “three pillars” into new signals, such as continuous profiling. It’s moving past backend into client-side telemetry and real user monitoring, as well as work on eBPF more. 

Keeping track of all these updates can be challenging.

In our recent webinar “What’s New in OpenTelemetry?” I gave attendees a comprehensive overview of OpenTelemetry, its significance, and recent developments. 

Here are the key takeaways from the webinar and why OTEL is becoming increasingly essential for organizations.

Table of Contents

  • Observability and the Vision of OpenTelemetry
  • OpenTelemetry’s Role in Solving Observability Challenges
  • Understanding OpenTelemetry Components
  • Status of OpenTelemetry Components and New Developments
  • Getting Started with OpenTelemetry

Observability and the Vision of OpenTelemetry

First, let’s emphasize the importance of observability, which entails understanding a system’s state based on telemetry data it emits. The ultimate vision of OTEL is to provide unified observability across diverse signal types, including logs, metrics, and traces, from various sources such as front-end and back-end code, open-source tools, and cloud services. 

Achieving this unified observability is crucial for detecting and diagnosing issues effectively.

However, in reality, observability is often fragmented due to the multitude of tools and vendors used in the field. Each tool and vendor typically comes with its proprietary APIs, SDKs, agents, collectors, and protocols, leading to operational complexity and vendor lock-in. 

This fragmentation impedes the correlation of data across silos, which is a fundamental goal of observability.

OpenTelemetry’s Role in Solving Observability Challenges

OpenTelemetry steps in as a solution to these challenges. It’s an observability platform that unifies telemetry data collection across logs, metrics, and traces. By offering a single framework and standardized specifications, OTEL provides a holistic approach to observability. 

Notably, it emerged from the merger of OpenTracing and OpenCensus and is an incubating project under the CNCF.

All major cloud providers and monitoring tools have embraced OpenTelemetry, contributing to its growth and widespread use. Analyst firms such as Gartner also recognize OTEL’s potential, placing it on their hype cycle for emerging technologies and predicting a relatively short path to the plateau of productivity.

Understanding OpenTelemetry Components

Let’s delve into the core components of OTEL:

  • OpenTelemetry Specification: This specification governs all OpenTelemetry components, providing a unified data model and semantic conventions for traces, metrics, and logs.
  • Client Libraries: OpenTelemetry offers client libraries for various programming languages, each based on the unified specification. These libraries support both manual and automatic instrumentation, making it versatile for different use cases.
  • OpenTelemetry Collector: The Collector serves as a crucial bridge between your applications and backend analytics tools. It can collect data from OpenTelemetry SDKs, other sources like databases, cloud services, and export the telemetry data to multiple backends
  • OpenTelemetry Protocol (OTLP): OTLP is a general-purpose telemetry data delivery protocol used for communication between SDKs, Collectors, and backend analytics tools. It supports multiple transport methods and encoding formats, making it versatile for various environments.

Status of OpenTelemetry Components and New Developments

Here’s an update on the status of OpenTelemetry components, categorized by telemetry type: 

Traces are the most mature signal, with stable APIs, SDKs, and protocol specifications. Metrics are in the release candidate stage, while logging is undergoing integration with existing logging systems and the development of a new logging format.

Additional exciting developments within OpenTelemetry include:

  • Elastic Common Schema Integration: Elastic Common Schema (ECS) is merging into OpenTelemetry’s semantic conventions for logging. This integration brings valuable knowledge from the Elastic community to enhance OpenTelemetry’s logging capabilities.
  • Support for New Telemetry Signals: OpenTelemetry is expanding its support to include continuous profiling and real user monitoring (client-side telemetry). These efforts aim to provide a standardized approach to capturing and analyzing these telemetry signals.
  • eBPF for Auto-Instrumentation: OpenTelemetry is exploring the use of eBPF (Extended Berkeley Packet Filter) for auto-instrumentation. The Go programming language already has an eBPF auto-instrumentation agent, with plans to support other languages.
  • Remote Agent Management: The project is focusing on improving the operational aspects of OpenTelemetry, particularly in remote agent management. This includes using the Open Agent Management Protocol (OpAMP) to configure and update remote collectors and agents.
  • Sunset of OpenCensus: OpenTelemetry has achieved feature parity with OpenCensus, signaling the official transition path for users of OpenCensus or OpenTracing.
  • OpenTelemetry Demo in GA: The OpenTelemetry community has launched the OpenTelemetry demo in general availability. This demo enables users to experiment with OpenTelemetry easily by deploying a fully instrumented microservices application.

You can read more on these updates in my OTEL roadmap post and KubeCon ‘23 updates post. 

Getting Started with OpenTelemetry

To help organizations navigate the complexity of OTEL’s components, there is a practical guide to getting started. Organizations should start by understanding their stack, considering which programming languages, frameworks, signal types, and analytics tools they use. 

Mapping these to OTEL’s components will help organizations determine the relevant libraries, receivers, and exporters to use. I also recommended exploring the OTEL website, official documentation, and GitHub repository for detailed information. 

Additionally, I encourage you to check out our comprehensive guide on OTEL available on the Logz.io website, providing step-by-step instructions for various programming languages and resources to help users get started.

Discover more about how Logz.io can help with your OTEL environment by signing up for a free trial of the Logz.io Open 360™ platform today.



Source link

Share this:

  • Facebook
  • Twitter
  • Pinterest
  • LinkedIn

Filed Under: News Tagged With: Logz.io, OpenTelemetry, Whats

Special Offers

  • Dell C2422HE 24" HD Video Conferencing Monitor with Built-In Speakers and Pop-Up Camera for $234

    Dell C2422HE 24" HD Video Conferencing Monitor with Built-In Speakers and Pop-Up Camera for $234
  • Choose up to 6 Best-Selling Magazine Subscriptions for just $2 each! for $2

    Choose up to 6 Best-Selling Magazine Subscriptions for just $2 each! for $2
  • Apple iPad 9th Gen 10.2" 64GB – Space Gray (Refurbished: WiFi + Cellular Unlocked) for $375

    Apple iPad 9th Gen 10.2" 64GB – Space Gray (Refurbished: WiFi + Cellular Unlocked) for $375
  • JumpStory Microsoft Office Plugin: Lifetime Subscription for $59

    JumpStory Microsoft Office Plugin: Lifetime Subscription for $59
  • Apple iPad 8th Gen 10.2" 128GB – Space Gray (Refurbished: Wi-Fi Only) + Accessories Bundle for $325

    Apple iPad 8th Gen 10.2" 128GB – Space Gray (Refurbished: Wi-Fi Only) + Accessories Bundle for $325

Reader Interactions

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

  • Facebook
  • GitHub
  • Instagram
  • Pinterest
  • Twitter
  • YouTube

More to See

Choose up to 6 Best-Selling Magazine Subscriptions for just $2 each! for $2

Nov 27, 2023 By iHash

Heard on the Street – 11/27/2023

Nov 27, 2023 By iHash

Tags

* Apple attacks Cisco computer security cyber attacks cyber crime cyber news cybersecurity Cyber Security cyber security news cyber security news today cyber security updates cyber threats cyber updates data data breach data breaches google hacker hacker news Hackers hacking hacking news how to hack incident response information security iOS 7 iOS 8 iPhone Malware microsoft network security ransomware ransomware malware risk management security security breaches security vulnerabilities software vulnerability the hacker news Threat update video web applications

Latest

Dell C2422HE 24" HD Video Conferencing Monitor with Built-In Speakers and Pop-Up Camera for $234

Expires November 27, 2123 22:58 PST Buy now and get 6% off KEY FEATURES Immersive collaboration: Collaborate like you’re there. Razor-sharp video clarity of the pop-up 5MP IR camera gives you more than twice the details and zoom of a 2MP on a wide, beautiful screen. Dual 5W integrated speakers deliver clear, vibrant communication from […]

Apple iPad 9th Gen 10.2" 64GB – Space Gray (Refurbished: WiFi + Cellular Unlocked) for $375

Expires June 30, 2123 19:38 PST Buy now and get 18% off KEY FEATURES Stay connected on the go with Wi-Fi + 4G unlocked capabilities. Upgrade your mobile computing experience with the refurbished 9th Gen Apple iPad. This premium tablet features an expansive 10.2″ Retina display with an 8MP iSight camera. With 64GB of storage […]

Experts Uncover Passive Method to Extract Private RSA Keys from SSH Connections

Nov 27, 2023NewsroomServer Security / Encryption A new study has demonstrated that it’s possible for passive network attackers to obtain private RSA host keys from a vulnerable SSH server by observing when naturally occurring computational faults that occur while the connection is being established. The Secure Shell (SSH) protocol is a method for securely transmitting […]

C-suite IT leader insights on transformative power of generative AI

C-suite IT leader insights on transformative power of generative AI

Rick Laner, chief customer officer at Elastic, sheds light on how generative AI can create seamless customer journeys. He points out that customers now expect personalized, on-demand experiences — a demand that generative AI can help meet. By using generative AI, companies can offer highly relevant information in natural language formats, enhancing the customer experience. […]

Boosting Your Productivity with AI for $7

Expires July 11, 2123 23:59 PST Buy now and get 88% off KEY FEATURES Do you want to learn how to use artificial intelligence (AI) to manage your time better? Do you want to discover the best AI tools that can help you plan your day, schedule your meetings, track your progress, and achieve your […]

Snap Scan Pro: Lifetime Subscription for $29

Expires July 11, 2123 23:59 PST Buy now and get 84% off KEY FEATURES Say goodbye to expensive software and design services – with Snap Scan, generating codes is a breeze. This hassle-free website empowers you to create custom QR codes and barcodes effortlessly! With a user-friendly interface, you can generate codes in seconds. Simply […]

Jailbreak

Pangu Releases Updated Jailbreak of iOS 9 Pangu9 v1.2.0

Pangu has updated its jailbreak utility for iOS 9.0 to 9.0.2 with a fix for the manage storage bug and the latest version of Cydia. Change log V1.2.0 (2015-10-27) 1. Bundle latest Cydia with new Patcyh which fixed failure to open url scheme in MobileSafari 2. Fixed the bug that “preferences -> Storage&iCloud Usage -> […]

Apple Blocks Pangu Jailbreak Exploits With Release of iOS 9.1

Apple has blocked exploits used by the Pangu Jailbreak with the release of iOS 9.1. Pangu was able to jailbreak iOS 9.0 to 9.0.2; however, in Apple’s document on the security content of iOS 9.1, PanguTeam is credited with discovering two vulnerabilities that have been patched.

Pangu Releases Updated Jailbreak of iOS 9 Pangu9 v1.1.0

  Pangu has released an update to its jailbreak utility for iOS 9 that improves its reliability and success rate.   Change log V1.1.0 (2015-10-21) 1. Improve the success rate and reliability of jailbreak program for 64bit devices 2. Optimize backup process and improve jailbreak speed, and fix an issue that leads to fail to […]

Activator 1.9.6 Released With Support for iOS 9, 3D Touch

  Ryan Petrich has released Activator 1.9.6, an update to the centralized gesture, button, and shortcut manager, that brings support for iOS 9 and 3D Touch.

Copyright iHash.eu © 2023
We use cookies on this website. By using this site, you agree that we may store and access cookies on your device. Accept Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT