Index
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
BaggageLogRecordProcessorthat copies all baggage entries into the newly created log record. - allowAllBaggageKeys() - Static method in class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
-
Creates a new
BaggageSpanProcessorthat copies all baggage entries into the newly createdSpan.
B
- BaggageLogRecordProcessor - Class in io.opentelemetry.contrib.baggage.processor
-
This log record processor copies attributes stored in
Baggageinto each newly created log record. - BaggageLogRecordProcessor(Predicate<String>) - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageLogRecordProcessor
-
Creates a new
BaggageLogRecordProcessorthat 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
Baggageinto each newly createdSpan. - BaggageSpanProcessor(Predicate<String>) - Constructor for class io.opentelemetry.contrib.baggage.processor.BaggageSpanProcessor
-
Creates a new
BaggageSpanProcessorthat copies only baggage entries with keys that pass the provided filter into the newly createdSpan.
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
All Classes and Interfaces|All Packages