Index

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

A

allowAllBaggageKeys - Static variable in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
Deprecated.
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

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
 
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

customize(AutoConfigurationCustomizer) - Method in class io.opentelemetry.contrib.baggage.processor.BaggageProcessorCustomizer
 

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 I O 
All Classes and Interfaces|All Packages