Remove explicit call to afterSingletonsInstantiated
Closes gh-10286
This commit is contained in:
parent
d7a73e70be
commit
ad2f774033
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue