Index

B C E I S V 
All Classes and Interfaces|All Packages

B

build() - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetryBuilder
Returns a new SpringKafkaTelemetry with the settings of this SpringKafkaTelemetryBuilder.
builder(OpenTelemetry) - Static method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetry
Returns a new SpringKafkaTelemetryBuilder configured with the given OpenTelemetry.

C

create(OpenTelemetry) - Static method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetry
Returns a new SpringKafkaTelemetry configured with the given OpenTelemetry.
createBatchInterceptor() - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetry
Returns a new BatchInterceptor that decorates a message listener with a CONSUMER span.
createBatchInterceptor(BatchInterceptor<K, V>) - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetry
Returns a new BatchInterceptor that decorates a message listener with a CONSUMER span, and then delegates to a provided decoratedInterceptor.
createRecordInterceptor() - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetry
Returns a new RecordInterceptor that decorates a message listener with a CONSUMER span.
createRecordInterceptor(RecordInterceptor<K, V>) - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetry
Returns a new RecordInterceptor that decorates a message listener with a CONSUMER span, and then delegates to a provided decoratedInterceptor.

E

extract(Throwable) - Method in enum io.opentelemetry.instrumentation.spring.kafka.v2_7.internal.SpringKafkaErrorCauseExtractor
 

I

INSTANCE - Enum constant in enum io.opentelemetry.instrumentation.spring.kafka.v2_7.internal.SpringKafkaErrorCauseExtractor
 
io.opentelemetry.instrumentation.spring.kafka.v2_7 - package io.opentelemetry.instrumentation.spring.kafka.v2_7
 
io.opentelemetry.instrumentation.spring.kafka.v2_7.internal - package io.opentelemetry.instrumentation.spring.kafka.v2_7.internal
 

S

setCapturedHeaders(Collection<String>) - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetryBuilder
 
setCaptureExperimentalSpanAttributes(boolean) - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetryBuilder
 
setMessagingReceiveInstrumentationEnabled(boolean) - Method in class io.opentelemetry.instrumentation.spring.kafka.v2_7.SpringKafkaTelemetryBuilder
Set whether to capture the consumer message receive telemetry in messaging instrumentation.
SpringKafkaErrorCauseExtractor - Enum in io.opentelemetry.instrumentation.spring.kafka.v2_7.internal
This class is internal and is hence not for public use.
SpringKafkaTelemetry - Class in io.opentelemetry.instrumentation.spring.kafka.v2_7
Entrypoint for instrumenting Spring Kafka listeners.
SpringKafkaTelemetryBuilder - Class in io.opentelemetry.instrumentation.spring.kafka.v2_7
A builder of SpringKafkaTelemetry.

V

valueOf(String) - Static method in enum io.opentelemetry.instrumentation.spring.kafka.v2_7.internal.SpringKafkaErrorCauseExtractor
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.opentelemetry.instrumentation.spring.kafka.v2_7.internal.SpringKafkaErrorCauseExtractor
Returns an array containing the constants of this enum type, in the order they are declared.
B C E I S V 
All Classes and Interfaces|All Packages