Tracer

Traces provide a big picture of how requests are processed in a software system. Tracer is the interface for Span creation and interaction with the in-process context.

The below snippet shows how to obtain a tracer from an OpenTelemetry instance:

Tracer tracer = openTelemetry.getTracer(getClass().getName());