
Jaeger: open source, distributed tracing platform
May 19, 2025 · Distributed tracing observability platforms, such as Jaeger, are essential for modern software applications that are architected as microservices. Jaeger maps the flow of …
Download | Jaeger
Nov 12, 2024 · Binaries Jaeger binaries are available for macOS, Linux, and Windows. The table below lists the available binaries: ... You can find the binaries for previous versions on the …
Getting Started | Jaeger
All-in-one is an executable designed for quick local testing, launches the Jaeger UI, collector, query, and agent, with an in memory storage component. The simplest way to start the all-in …
Introduction | Jaeger
Below, you’ll find information for beginners and experienced Jaeger users. If you can’t find what you are looking for, or have an issue not covered here, we’d love to hear from you.
Architecture | Jaeger
Jaeger v2 is designed to be a versatile and flexible tracing platform. It can be deployed as a single binary that can be configured to perform different roles within the Jaeger architecture, such as: …
Getting started | Jaeger
Your applications must be instrumented before they can send tracing data to Jaeger backend. Check the Client Libraries section for information about how to use the OpenTracing API and …
Deployment | Jaeger
Jaeger binaries can be configured in a number of ways (in the order of decreasing priority): command line arguments, environment variables, configuration files in JSON, TOML, YAML, …
Getting Started | Jaeger
Explore highly contextualized logging. Use baggage propagation to diagnose inter-request contention (queueing) and time spent in a service. Use open source libraries from …
Getting Started | Jaeger
The Client Libraries section provides information about how to use the OpenTracing API and how to initialize and configure Jaeger tracers. As of 2022, the Jaeger SDKs are no longer …
Architecture | Jaeger
Jaeger can be deployed either as an all-in-one binary, where all Jaeger backend components run in a single process, or as a scalable distributed system. There are two main deployment …