Uses of Enum
io.vertx.core.tracing.TracingPolicy
Packages that use TracingPolicy
Package
Description
-
Uses of TracingPolicy in io.vertx.core.eventbus
Fields in io.vertx.core.eventbus declared as TracingPolicyModifier and TypeFieldDescriptionstatic final TracingPolicyDeliveryOptions.DEFAULT_TRACING_POLICYDefault tracing control =PROPAGATEMethods in io.vertx.core.eventbus that return TracingPolicyMethods in io.vertx.core.eventbus with parameters of type TracingPolicyModifier and TypeMethodDescriptionDeliveryOptions.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy when Vert.x has tracing enabled. -
Uses of TracingPolicy in io.vertx.core.http
Fields in io.vertx.core.http declared as TracingPolicyModifier and TypeFieldDescriptionstatic final TracingPolicyHttpClientOptions.DEFAULT_TRACING_POLICYDefault tracing control =PROPAGATEstatic final TracingPolicyHttpServerOptions.DEFAULT_TRACING_POLICYDefault tracing control =ALWAYSMethods in io.vertx.core.http that return TracingPolicyModifier and TypeMethodDescriptionHttpClientOptions.getTracingPolicy()HttpServerOptions.getTracingPolicy()ObservabilityConfig.getTracingPolicy()Methods in io.vertx.core.http with parameters of type TracingPolicyModifier and TypeMethodDescriptionHttpClientOptions.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy for the client behavior when Vert.x has tracing enabled.HttpServerOptions.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy for the server behavior when Vert.x has tracing enabled.ObservabilityConfig.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy for the server behavior when Vert.x has tracing enabled. -
Uses of TracingPolicy in io.vertx.core.spi.tracing
Methods in io.vertx.core.spi.tracing with parameters of type TracingPolicyModifier and TypeMethodDescriptiondefault <R> IVertxTracer.receiveRequest(Context context, SpanKind kind, TracingPolicy policy, R request, String operation, Iterable<Map.Entry<String, String>> headers, TagExtractor<R> tagExtractor) Signal a request has been received and will be processed.default <R> OVertxTracer.sendRequest(Context context, SpanKind kind, TracingPolicy policy, R request, String operation, BiConsumer<String, String> headers, TagExtractor<R> tagExtractor) Signal a request is sent. -
Uses of TracingPolicy in io.vertx.core.tracing
Methods in io.vertx.core.tracing that return TracingPolicyModifier and TypeMethodDescriptionstatic TracingPolicyReturns the enum constant of this type with the specified name.static TracingPolicy[]TracingPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.