Class OpenTelemetryTracer

  • All Implemented Interfaces:
    Tracer

    public class OpenTelemetryTracer
    extends Object
    implements Tracer
    Basic tracing implementation class for use with REST and AMQP Service Clients to create Span and in-process context propagation. Singleton OpenTelemetry tracer capable of starting and exporting spans.

    This helper class supports W3C distributed tracing protocol and injects SpanContext into the outgoing HTTP and AMQP requests.