You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

OpenTracing is a vendor-neutral open standard for distributed tracing. Essentially, for Java-based projects the specification exists as a set of Java APIs which any distributed tracing solution is welcome to implement. There are quite a few distributed tracing frameworks available which are compatible with OpenTracing, notably Zipkin (via community contributions like bridge from Brave to OpenTracing ), Lightstep and Jaeger. Starting from 3.2.1 release, Apache CXF fully supports integration with any distributed tracer which provides OpenTracing Java API implementation through  cxf-integration-tracing-opentracing module.

  • No labels