Modifier and Type | Field and Description |
---|---|
static TracingPolicy |
DeliveryOptions.DEFAULT_TRACING_POLICY
Default tracing control =
PROPAGATE |
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
DeliveryOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
DeliveryOptions |
DeliveryOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy when Vert.x has tracing enabled.
|
Modifier and Type | Field and Description |
---|---|
static TracingPolicy |
HttpClientOptions.DEFAULT_TRACING_POLICY
Default tracing control =
PROPAGATE |
static TracingPolicy |
HttpServerOptions.DEFAULT_TRACING_POLICY
Default tracing control =
ALWAYS |
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
HttpClientOptions.getTracingPolicy() |
TracingPolicy |
HttpServerOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
|
HttpServerOptions |
HttpServerOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the server behavior when Vert.x has tracing enabled.
|
Modifier and Type | Method and Description |
---|---|
default <R> I |
VertxTracer.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> O |
VertxTracer.sendRequest(Context context,
SpanKind kind,
TracingPolicy policy,
R request,
String operation,
java.util.function.BiConsumer<String,String> headers,
TagExtractor<R> tagExtractor)
Signal a request is sent.
|
Modifier and Type | Method and Description |
---|---|
static TracingPolicy |
TracingPolicy.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
DB2ConnectOptions |
DB2ConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy) |
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
JDBCConnectOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
JDBCConnectOptions |
JDBCConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
|
Modifier and Type | Field and Description |
---|---|
static TracingPolicy |
KafkaClientOptions.DEFAULT_TRACING_POLICY
Default tracing policy is 'propagate'
|
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
KafkaClientOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
KafkaClientOptions |
KafkaClientOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the Kafka tracing policy.
|
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy) |
Modifier and Type | Method and Description |
---|---|
PgConnectOptions |
PgConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy) |
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
SqlConnectOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
SqlConnectOptions |
SqlConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
|
Modifier and Type | Method and Description |
---|---|
<R> io.opentracing.Span |
OpenTracingTracer.receiveRequest(Context context,
SpanKind kind,
TracingPolicy policy,
R request,
String operation,
Iterable<Map.Entry<String,String>> headers,
TagExtractor<R> tagExtractor) |
<R> io.opentracing.Span |
OpenTracingTracer.sendRequest(Context context,
SpanKind kind,
TracingPolicy policy,
R request,
String operation,
java.util.function.BiConsumer<String,String> headers,
TagExtractor<R> tagExtractor) |
Modifier and Type | Method and Description |
---|---|
<R> brave.Span |
ZipkinTracer.receiveRequest(Context context,
SpanKind kind,
TracingPolicy policy,
R request,
String operation,
Iterable<Map.Entry<String,String>> headers,
TagExtractor<R> tagExtractor) |
<R> java.util.function.BiConsumer<Object,Throwable> |
ZipkinTracer.sendRequest(Context context,
SpanKind kind,
TracingPolicy policy,
R request,
String operation,
java.util.function.BiConsumer<String,String> headers,
TagExtractor<R> tagExtractor) |
Copyright © 2021 Eclipse. All rights reserved.