Add micrometer to blockhound config
This commit is contained in:
@@ -93,6 +93,9 @@ public class CustomBlockHoundIntegration implements BlockHoundIntegration {
|
||||
"org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader", "loadBeanDefinitions");
|
||||
builder.allowBlockingCallsInside("org.springframework.core.type.classreading.SimpleMetadataReader",
|
||||
"getClassReader");
|
||||
builder.allowBlockingCallsInside("io.micrometer.contextpropagation.ThreadLocalAccessorLoader",
|
||||
"getThreadLocalAccessors");
|
||||
builder.allowBlockingCallsInside("io.micrometer.contextpropagation.PropagatorLoader", "getPropagatorForSet");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user