Interface Tracing
public interface Tracing
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOGGER -
Method Summary
Static Methods Modifier and Type Method Description static voiderror(java.lang.Throwable throwable)static voiderror(java.lang.Throwable throwable, io.opentracing.Span span)static voiderror(java.lang.Throwable throwable, io.opentracing.Span span, boolean finish)static io.opentracing.Tracerinitialize(java.lang.String serviceName)static io.opentracing.Tracerinitialize(java.lang.String serviceName, java.lang.String samplerType, java.lang.Number samplerParameter)static voidinitializeGlobal(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)
-