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

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

Introduction

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

Usage

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

/**
 * Handles scheduling the collecting and reporting of SPI metrics via the event bus.
 *
 * @author truelove@cyngn.com (Jeremy Truelove) 10/5/15
 */
public abstract class ScheduledMetrics implements Metrics {