| Package | Description |
|---|---|
| examples | |
| io.vertx.ext.dropwizard |
= Metrics
This project implements the Vert.x Metrics Service Provider Interface (SPI) reporting metrics to the
https://github.com/dropwizard/metrics[Dropwizard metrics] library.
|
| io.vertx.ext.dropwizard.impl | |
| io.vertx.rxjava.ext.dropwizard |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsExamples.naming1(Vertx vertx,
MetricsService metricsService) |
void |
MetricsExamples.naming2(Vertx vertx,
MetricsService metricsService) |
| Modifier and Type | Method and Description |
|---|---|
static MetricsService |
MetricsService.create(Vertx vertx)
Creates a metric service for a given
Vertx instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
static MetricsService |
MetricsService.newInstance(MetricsService arg) |
| Constructor and Description |
|---|
MetricsService(MetricsService delegate) |
Copyright © 2015. All Rights Reserved.