Interface Tracing


public interface Tracing
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static org.slf4j.Logger LOGGER  
  • Method Summary

    Static Methods 
    Modifier and Type Method Description
    static void error​(java.lang.Throwable throwable)  
    static void error​(java.lang.Throwable throwable, io.opentracing.Span span)  
    static void error​(java.lang.Throwable throwable, io.opentracing.Span span, boolean finish)  
    static io.opentracing.Tracer initialize​(java.lang.String serviceName)  
    static io.opentracing.Tracer initialize​(java.lang.String serviceName, java.lang.String samplerType, java.lang.Number samplerParameter)  
    static void initializeGlobal​(io.vertx.core.Vertx vertx)  
  • Field Details

    • LOGGER

      static final org.slf4j.Logger LOGGER
  • Method Details

    • initializeGlobal

      static void initializeGlobal​(io.vertx.core.Vertx vertx)
    • error

      static void error​(java.lang.Throwable throwable, io.opentracing.Span span)
    • error

      static void error​(java.lang.Throwable throwable, io.opentracing.Span span, boolean finish)
    • error

      static void error​(java.lang.Throwable throwable)
    • initialize

      static io.opentracing.Tracer initialize​(java.lang.String serviceName)
    • initialize

      static io.opentracing.Tracer initialize​(java.lang.String serviceName, java.lang.String samplerType, java.lang.Number samplerParameter)