Modifier and Type | Method and Description |
---|---|
static TracingMetadata |
TracingMetadata.empty()
Returns an empty tracing metadata.
|
static TracingMetadata |
TracingMetadata.withCurrent(io.opentelemetry.context.Context currentContext) |
static TracingMetadata |
TracingMetadata.withPrevious(io.opentelemetry.context.Context previousContext) |
TracingMetadata |
TracingMetadata.withSpan(io.opentelemetry.api.trace.Span span) |
Modifier and Type | Method and Description |
---|---|
static Optional<TracingMetadata> |
TracingMetadata.fromMessage(Message<?> message)
|
Modifier and Type | Method and Description |
---|---|
void |
AmqpMessage.injectTracingMetadata(TracingMetadata tracingMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
IncomingKafkaRecord.injectTracingMetadata(TracingMetadata tracingMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
IncomingRabbitMQMessage.injectTracingMetadata(TracingMetadata tracingMetadata) |
Modifier and Type | Method and Description |
---|---|
static TracingMetadata |
TracingUtils.getTracingMetaData(io.vertx.rabbitmq.RabbitMQMessage msg)
Extract tracing metadata from a received RabbitMQ message and return
it as
TracingMetadata . |
Copyright © 2018–2021 SmallRye. All rights reserved.