by In this short video I demonstrate how to use MicroProfile OpenTracing with Jaeger in combination with Payara Micro. The MicroProfile OpenTracing specification defines behaviors and an API for accessing an OpenTracing compliant Tracer object within your JAX-RS application. The behaviors specify how incoming and outgoing requests will have OpenTracing Spans automatically created.

Jaeger is a distributed tracing system released as open source by Uber Technologies (inspired by Dapper and OpenZipkin).

Related Articles