Index

A B C G I O 
All Classes and Interfaces|All Packages

A

allowAllBaggageKeys() - Static method in class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordProcessor
Creates a new BaggageLogRecordProcessor that copies all baggage entries into the newly created log record.
allowAllBaggageKeys() - Static method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
Creates a new BaggageSpanProcessor that copies all baggage entries into the newly created Span.

B

BaggageLogRecordComponentProvider - Class in io.opentelemetry.contrib.baggage.processor
 
BaggageLogRecordComponentProvider() - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordComponentProvider
 
BaggageLogRecordProcessor - Class in io.opentelemetry.contrib.baggage.processor
This log record processor copies attributes stored in Baggage into each newly created log record.
BaggageLogRecordProcessor(Predicate<String>) - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordProcessor
Creates a new BaggageLogRecordProcessor that copies only baggage entries with keys that pass the provided filter into the newly created log record.
BaggageProcessorCustomizer - Class in io.opentelemetry.contrib.baggage.processor
 
BaggageProcessorCustomizer() - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageProcessorCustomizer
 
BaggageSpanComponentProvider - Class in io.opentelemetry.contrib.baggage.processor
 
BaggageSpanComponentProvider() - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageSpanComponentProvider
 
BaggageSpanProcessor - Class in io.opentelemetry.contrib.baggage.processor
This span processor copies attributes stored in Baggage into each newly created Span.
BaggageSpanProcessor(Predicate<String>) - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
Creates a new BaggageSpanProcessor that copies only baggage entries with keys that pass the provided filter into the newly created Span.

C

create(DeclarativeConfigProperties) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordComponentProvider
 
create(DeclarativeConfigProperties) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanComponentProvider
 
customize(AutoConfigurationCustomizer) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageProcessorCustomizer
 

G

getName() - Method in class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordComponentProvider
 
getName() - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanComponentProvider
 
getType() - Method in class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordComponentProvider
 
getType() - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanComponentProvider
 

I

io.opentelemetry.contrib.baggage.processor - package io.opentelemetry.contrib.baggage.processor
 
isEndRequired() - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
 
isStartRequired() - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
 

O

onEmit(Context, ReadWriteLogRecord) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordProcessor
 
onEnd(ReadableSpan) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
 
onStart(Context, ReadWriteSpan) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
 
A B C G I O 
All Classes and Interfaces|All Packages