Interface TracerWrapper

  • All Known Implementing Classes:
    JaegerTracerWrapper

    public interface TracerWrapper
    Tracer providers need to implement this wrapper and initialize tracer for the service provided.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.opentracing.Tracer init​(java.lang.String serviceName)
      Initialize tracer configuration and return a tracer for the service provided.
    • Method Detail

      • init

        io.opentracing.Tracer init​(java.lang.String serviceName)
        Initialize tracer configuration and return a tracer for the service provided.
        Parameters:
        serviceName - service name, typically one service per JVM.
        Returns:
        Tracer return configured tracer.