List of usage examples for io.vertx.tracing.opentracing OpenTracingOptions OpenTracingOptions
public OpenTracingOptions()
From source file:examples.OpenTracingExamples.java
public void ex1() { Vertx vertx = Vertx.vertx(new VertxOptions().setTracingOptions(new OpenTracingOptions().setEnabled(true))); }