parent
acc64ee012
commit
e419b5d588
|
@ -127,7 +127,8 @@ final class LazyStorage {
|
||||||
deferredStorageFailure.set(
|
deferredStorageFailure.set(
|
||||||
new IllegalStateException(
|
new IllegalStateException(
|
||||||
"Found multiple ContextStorageProvider. Set the "
|
"Found multiple ContextStorageProvider. Set the "
|
||||||
+ "io.opentelemetry.context.ContextStorageProvider property to the fully "
|
+ CONTEXT_STORAGE_PROVIDER_PROPERTY
|
||||||
|
+ " property to the fully "
|
||||||
+ "qualified class name of the provider to use. Falling back to default "
|
+ "qualified class name of the provider to use. Falling back to default "
|
||||||
+ "ContextStorage. Found providers: "
|
+ "ContextStorage. Found providers: "
|
||||||
+ providers));
|
+ providers));
|
||||||
|
@ -142,7 +143,8 @@ final class LazyStorage {
|
||||||
|
|
||||||
deferredStorageFailure.set(
|
deferredStorageFailure.set(
|
||||||
new IllegalStateException(
|
new IllegalStateException(
|
||||||
"io.opentelemetry.context.ContextStorageProvider property set but no matching class "
|
CONTEXT_STORAGE_PROVIDER_PROPERTY
|
||||||
|
+ " property set but no matching class "
|
||||||
+ "could be found, requested: "
|
+ "could be found, requested: "
|
||||||
+ providerClassName
|
+ providerClassName
|
||||||
+ " but found providers: "
|
+ " but found providers: "
|
||||||
|
|
Loading…
Reference in New Issue