Class TracingOptions
java.lang.Object
io.vertx.core.tracing.TracingOptions
- Direct Known Subclasses:
OpenTelemetryOptions, OpenTracingOptions, ZipkinTracingOptions
Vert.x tracing base configuration, this class can be extended by provider implementations to configure
those specific implementations.
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorTracingOptions(JsonObject json) Create an instance from aJsonObjectTracingOptions(TracingOptions other) Copy constructor -
Method Summary
-
Constructor Details
-
TracingOptions
public TracingOptions()Default constructor -
TracingOptions
Copy constructor- Parameters:
other- The otherTracingOptionsto copy when creating this
-
TracingOptions
Create an instance from aJsonObject- Parameters:
json- the JsonObject to create it from
-
-
Method Details
-
copy
-
toJson
-
toString
-