List of usage examples for io.vertx.core.spi.metrics HttpServerMetrics interface-usage
From source file com.cyngn.vertx.opentsdb.spi.HttpServerMetricsImpl.java
/** * Tracks HttpServer metrics. * * @author truelove@cyngn.com (Jeremy Truelove) 10/8/15 */ public class HttpServerMetricsImpl extends HttpMetricsImpl
From source file org.apache.servicecomb.foundation.vertx.metrics.DefaultHttpServerMetrics.java
/** * important: not singleton, every HttpServer instance relate to a HttpServerMetrics instance */ public class DefaultHttpServerMetrics implements HttpServerMetrics<Object, Object, DefaultHttpSocketMetric> { private final DefaultEndpointMetric endpointMetric;