@ThreadSafe public interface CorrelationContextManagerFactory
CorrelationContextManager.
Fully qualified class name of the implementation should be registered in META-INF/services/io.opentelemetry.correlationcontext.spi.CorrelationContextManagerFactory. io.opentelemetry.correlationcontext.spi.CorrelationContextManagerFactory 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.