Interface TraceUtil

All Known Implementing Classes:
DisabledTraceUtil, EnabledTraceUtil

public interface TraceUtil
A utility interface for trace collection. Classes that implement this interface may make their own design choices for how they approach trace collection. For instance, they may be no-op, or they may use a particular tracing framework such as OpenTelemetry.