| Modifier and Type | Field and Description |
|---|---|
static SpanDecorator |
SpanDecorator.STANDARD_TAGS
Gives a SpanDecorator with the standard tags
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
TracingKafkaUtils.buildAndFinishChildSpan(org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record,
io.opentracing.Tracer tracer,
BiFunction<String,org.apache.kafka.clients.consumer.ConsumerRecord,String> consumerSpanNameProvider,
Collection<SpanDecorator> spanDecorators) |
static <K,V> io.opentracing.Span |
TracingKafkaUtils.buildAndInjectSpan(org.apache.kafka.clients.producer.ProducerRecord<K,V> record,
io.opentracing.Tracer tracer,
BiFunction<String,org.apache.kafka.clients.producer.ProducerRecord,String> producerSpanNameProvider,
io.opentracing.SpanContext parent,
Collection<SpanDecorator> spanDecorators) |
TracingKafkaConsumerBuilder |
TracingKafkaConsumerBuilder.withDecorators(Collection<SpanDecorator> spanDecorators) |
TracingKafkaProducerBuilder |
TracingKafkaProducerBuilder.withDecorators(Collection<SpanDecorator> spanDecorators) |
Copyright © 2017-2020–2020. All rights reserved.