Commit ad2f7740 authored by Madhura Bhave's avatar Madhura Bhave

Remove explicit call to afterSingletonsInstantiated

Closes gh-10286
parent d7a73e70
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment