Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Distributed tracing with OpenTelemetry, Knative, and Quarkus

June 21, 2022
Daniel Oh
Related topics:
ContainersJavaKubernetesObservabilityQuarkus
Related products:
Red Hat build of QuarkusRed Hat OpenShift

    The OpenTelemetry project addresses the needs of modern, containerized environments running microservices and serverless applications on Kubernetes and cloud systems. This article contains a video showing how to integrate OpenTelemetry into a Java application using the Quarkus framework.

    Scaling metrics collection

    Today's scalable application platforms leave site reliability engineers (SREs) with the significant burden of collecting telemetry data ranging from a single cluster to multiple clouds. Contrast this challenge with traditional environments from years ago—you could probably get by with dashboards then, perhaps from third-party application performance monitoring (APM) tools.

    Application topologies are getting more complex due to distributed, cloud-native microservices. Infrastructure environments also range from Linux containers to Internet of Things (IoT) edge devices, public clouds, and multiple Kubernetes installations. This diversity is also a new challenge for SRE teams and developers who want to trace application chains.

    Benefits of OpenTelemetry

    To solve the challenge, the OpenTelemetry project was created through a merger of the OpenTracing and OpenCensus projects. The key benefits of OpenTelemtry include:

    • Create and ingest telemetry data from application services to IoT edge devices.
    • Increase observability to monitor metrics, logging, and event tracing by a consistent collection mechanism. 
    • Integrate with polyglot frameworks such as Quarkus, Spring, .NET Core, and JavaScript. 

    Once the OpenTelemetry collector or client gathers telemetry data such as metrics, logs, and traces from your applications or app servers, you can send the metrics to a back-end server such as Jaeger to analyze applications' performance and behavior.

    To take advantage of this powerful new platform, you have to install and configure the OpenTelemetry server itself, then change existing application projects to incorporate OpenTelemetry's capabilities. All this reworking has to take place on cloud-native microservices and serverless functions on Kubernetes.

    Distributed tracing with Quarkus

    The video in this article shows how Quarkus integrates the OpenTelemetry features for distributed tracing with serverless functions on Red Hat OpenShift. The OpenShift cluster enables developers to deploy cloud-native microservices as serverless functions using Knative serving. Find more information about Knative here.

    The steps shown in the video include:

    • On your local system: Implement multiple reactive, RESTful applications.
    • On your local system: Collect local telemetry data by the OpenTelemetry collector in Quarkus Dev mode.
    • On your local system: Visualize the telemetry data through the Jaeger console locally.
    • On the remote Kubernetes system: Install the OpenTelemetry and Jaeger Operators using operators on Red Hat OpenShift.
    • On the remote Kubernetes system: Deploy the reactive applications as serverless functions using Quarkus extensions and Knative on Red Hat OpenShift.
    • On the remote Kubernetes system: Verify the telemetry data that OpenTelemetry collects instantly when the serverless functions get started and send the data to the Jaeger server.

    Note: You can find the complete code for the example in my GitHub repository and replicate the tutorial in your development environment.

    Continue your cloud-native journey with Quarkus

    Here are more resources to get familiar with the ways Quarkus enables you to reduce your development time locally and jumpstart your development in Kubernetes without a lot of installation tasks:

    • Build your first Java serverless function using a Quarkus quick start
    • Learn Quarkus faster with quick starts in the Developer Sandbox for Red Hat OpenShift
    • Enhancing the development loop with Quarkus remote development
    Last updated: September 27, 2024

    Related Posts

    • Observability in 2022: Why it matters and how OpenTelemetry can help

    • Monitor Node.js applications on Red Hat OpenShift with Prometheus

    • Monitoring .NET Core applications on Kubernetes

    Recent Posts

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    What’s up next?

    Quarkus for Spring Developers

    Java can be clunky and slow. Learn how to optimize Java for today’s compute and runtime demands with Quarkus—a Kubernetes-native platform. Quarkus for Spring Developers introduces Quarkus to Java developers, with a special eye to helping those familiar with Spring’s conventions make a quick and easy transition.

    Get the e-book
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.