fun tracingOptionsOf(factory: VertxTracerFactory? = null): TracingOptions
A function providing a DSL for building io.vertx.core.tracing.TracingOptions objects.
Vert.x tracing base configuration, this class can be extended by provider implementations to configure those specific implementations.
factory
- Programmatically set the tracer factory to be used when tracing are enabled. Normally Vert.x will look on the classpath for a tracer factory implementation, but if you want to set one programmatically you can use this method.