fun tracingOptionsOf(enabled: Boolean? = 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.
enabled
- Set whether tracing will be enabled on the Vert.x instance.