Interface TraceManager

All Known Implementing Classes:
OpenTelemetryTraceManager

@BetaApi @InternalApi public interface TraceManager
Provides an interface for tracing management. The implementer is expected to use an observability framework, e.g. OpenTelemetry. There should be only one instance of TraceManager per client.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createSpan(String name, Map<String,Object> attributes)
    Starts a span and returns a handle to manage its lifecycle.