Example usage for io.vertx.core.spi.metrics HttpServerMetrics interface-usage

List of usage examples for io.vertx.core.spi.metrics HttpServerMetrics interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.spi.metrics HttpServerMetrics interface-usage.

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;