Remove explicit call to afterSingletonsInstantiated
Closes gh-10286
This commit is contained in:
@@ -189,8 +189,6 @@ public class SpringIntegrationMetrics implements MeterBinder, SmartInitializingS
|
||||
|
||||
@Override
|
||||
public void afterSingletonsInstantiated() {
|
||||
// FIXME better would be to use a BeanPostProcessor
|
||||
this.configurer.afterSingletonsInstantiated();
|
||||
this.registries.forEach((registry) -> {
|
||||
addChannelMetrics(registry);
|
||||
addHandlerMetrics(registry);
|
||||
|
||||
Reference in New Issue
Block a user