Class TracingOptions

java.lang.Object
io.vertx.core.tracing.TracingOptions
Direct Known Subclasses:
OpenTelemetryOptions, OpenTracingOptions, ZipkinTracingOptions

public class TracingOptions extends Object
Vert.x tracing base configuration, this class can be extended by provider implementations to configure those specific implementations.
Author:
Julien Viet
  • Constructor Details

    • TracingOptions

      public TracingOptions()
      Default constructor
    • TracingOptions

      public TracingOptions(TracingOptions other)
      Copy constructor
      Parameters:
      other - The other TracingOptions to copy when creating this
    • TracingOptions

      public TracingOptions(JsonObject json)
      Create an instance from a JsonObject
      Parameters:
      json - the JsonObject to create it from
  • Method Details