Softwr

Cloud · head to head

Zipkin vs Jaeger

Zipkin logo

Zipkin

Cloud

Distributed tracing system for microservice latency

From
Free
Rated
-
Jaeger logo

Jaeger

Cloud

Open-source end-to-end distributed tracing

From
Free
Rated
-

The short version

  • Each has a real cost: Zipkin less active development and smaller community momentum than Jaeger; Jaeger tracing is only as good as the instrumentation, and partial instrumentation produces misleading gaps
  • They diverge on capability: Zipkin covers Trace collection and search, Jaeger covers Distributed trace search.

Where they differ

Only the attributes on which Zipkin and Jaeger actually diverge.

Attributes where Zipkin and Jaeger differ
AttributeZipkinJaeger
PlatformsLinux, Docker, Kubernetes, Self-hostedLinux, Kubernetes, Docker

Identical on both: starting price (Free), pricing model (Open source, no licence fee), free tier (Yes), user rating (Not yet rated), category (Cloud).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Zipkin

  • Trace collection and search
  • Dependency diagram
  • Simple deployment

Only in Jaeger

  • Distributed trace search
  • Dependency graph
  • Adaptive sampling

Both cover

  • Pluggable storage

What people use each for

The jobs each tool is most often brought in to do.

Zipkin

  • Adding distributed tracing quickly without standing up heavy infrastructurenot Jaeger
  • Java and Spring Boot estates, where instrumentation support is long-establishednot Jaeger
  • Small deployments where Jaeger is more than the problem requiresnot Jaeger

Jaeger

  • Finding which service in a request path causes the latencynot Zipkin
  • Understanding real service dependencies rather than the diagram on the wikinot Zipkin
  • Debugging failures that only appear under production traffic patternsnot Zipkin

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Zipkin

  • Less active development and smaller community momentum than Jaeger
  • Fewer features: sampling, storage options and UI are all more limited
  • The interface is dated and slower to work with on large trace volumes
  • Tracing alone still leaves metrics and logs in separate tools during an incident

Jaeger

  • Tracing is only as good as the instrumentation, and partial instrumentation produces misleading gaps
  • Storage is the real operational cost: high-volume tracing on Elasticsearch or Cassandra is a cluster to run and pay for
  • Traces alone, without correlated metrics and logs, leave you switching between tools during an incident

Pricing, plan by plan

Zipkin

Free
  • ZipkinFree
    • Full functionality
    • No usage limits
    • Community support

Jaeger

Free
  • JaegerFree
    • Full functionality
    • No usage limits
    • Community support

Which should you pick?

Choose Zipkin if

  • You need trace collection and search.
  • You want to start without paying.
  • You work on Linux, Docker, Kubernetes, Self-hosted.
  • You also want dependency diagram.

Choose Jaeger if

  • You need distributed trace search.
  • You want to start without paying.
  • You work on Linux, Kubernetes, Docker.
  • You also want dependency graph.

Questions people ask

Is Zipkin or Jaeger better?
Neither clearly leads. Zipkin starts at Free and Jaeger at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Zipkin or Jaeger?
Zipkin starts at Free and Jaeger at Free.
Does Zipkin or Jaeger run on more platforms?
Zipkin runs on Linux, Docker, Kubernetes, Self-hosted. Jaeger runs on Linux, Kubernetes, Docker.
Can I use Zipkin for free?
Both have a free tier, so you can try either at no cost before committing.
What is Zipkin best used for?
Zipkin is most often used for adding distributed tracing quickly without standing up heavy infrastructure, java and spring boot estates, where instrumentation support is long-established, small deployments where jaeger is more than the problem requires. Of those, adding distributed tracing quickly without standing up heavy infrastructure and java and spring boot estates, where instrumentation support is long-established are not what Jaeger is typically brought in for.
What can Zipkin do that Jaeger cannot?
Zipkin covers Trace collection and search, Dependency diagram, Simple deployment. Jaeger covers Distributed trace search, Dependency graph, Adaptive sampling. Both handle Pluggable storage.

Answered from the vendors’ own pages

Zipkin: Is Zipkin free?

Yes, open source with no licence fee.

Jaeger: Is Jaeger free?

Yes, open source and CNCF-graduated. Costs are the storage backend you run.

Zipkin: Zipkin or Jaeger?

Jaeger has more momentum, more features and CNCF backing. Zipkin is lighter and quicker to stand up, and remains well supported in the Java and Spring ecosystem.

Jaeger: Do I use Jaeger or OpenTelemetry?

Both, usually. Instrument with OpenTelemetry and use Jaeger to store and query the traces.

Zipkin: Does Zipkin work with OpenTelemetry?

Yes. OpenTelemetry can export to Zipkin, which is now the usual way to instrument for it.

Jaeger: Does Jaeger handle metrics and logs?

No. It is a tracing system. Metrics and logs need Prometheus, Loki or an equivalent.

Share

Related pages

Other head to heads