use of org.apache.servicecomb.metrics.core.publish.SlowInvocationLogger in project java-chassis by ServiceComb.
the class MetricsBootListener method onAfterRegistry.
@Override
public void onAfterRegistry(BootEvent event) {
slowInvocationLogger = new SlowInvocationLogger(event.getScbEngine());
metricsBootstrap.start(new GlobalRegistry(), EventManager.getEventBus());
}
use of org.apache.servicecomb.metrics.core.publish.SlowInvocationLogger in project incubator-servicecomb-java-chassis by apache.
the class MetricsBootListener method onAfterRegistry.
@Override
public void onAfterRegistry(BootEvent event) {
slowInvocationLogger = new SlowInvocationLogger(event.getScbEngine());
metricsBootstrap.start(new GlobalRegistry(), EventManager.getEventBus());
}
Aggregations