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

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

Introduction

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

Usage

From source file com.cyngn.vertx.opentsdb.spi.VertxMetricsImpl.java

/**
 * OpenTsDb Impl of the Vert.x Metrics SPI interface.
 *
 * @author truelove@cyngn.com (Jeremy Truelove) 9/22/15
 */
public class VertxMetricsImpl implements VertxMetrics {