Package | Description |
---|---|
io.vertx.core.spi.tracing |
Modifier and Type | Method and Description |
---|---|
static SpanKind |
SpanKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanKind[] |
SpanKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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,
BiConsumer<String,String> headers,
TagExtractor<R> tagExtractor)
Signal a request is sent.
|
Copyright © 2021 Eclipse. All rights reserved.