List of usage examples for io.vertx.core.spi VertxMetricsFactory interface-usage
From source file com.cyngn.vertx.opentsdb.spi.VertxMetricsFactoryImpl.java
/** * Handle creating a new impl of the VertxMetrics interface. * * @author truelove@cyngn.com (Jeremy Truelove) 10/8/15 */ public class VertxMetricsFactoryImpl implements VertxMetricsFactory {
From source file org.apache.servicecomb.foundation.vertx.metrics.DefaultVertxMetricsFactory.java
/**
* <pre>
* only for one vertx instance
* DO NOT inject to vertx by SPI
* typical usage:
* DefaultVertxMetricsFactory factory = new DefaultVertxMetricsFactory();