@ThreadSafe public interface CorrelationContextManagerProvider
CorrelationContextManager.
Fully qualified class name of the implementation should be registered in META-INF/services/io.opentelemetry.correlationcontext.spi.CorrelationContextManagerProvider.
io.opentelemetry.correlationcontext.spi.CorrelationContextManagerProvider with value of fully
qualified class name.OpenTelemetry| Modifier and Type | Method and Description |
|---|---|
CorrelationContextManager |
create()
Creates a new
CorrelationContextManager instance. |
CorrelationContextManager create()
CorrelationContextManager instance.CorrelationContextManager instance.