| 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 |
| Class and Description |
|---|
| MetricsService
The metrics service mainly allows to return a snapshot of measured objects.
|
| Class and Description |
|---|
| DropwizardMetricsOptions
Vert.x Dropwizard metrics configuration.
|
| Match
A match for a value.
|
| MatchType
The type of match.
|
| MetricsService
The metrics service mainly allows to return a snapshot of measured objects.
|
| ScheduledMetricsConsumer
TODO - support listening to more than one Measured
|
| Class and Description |
|---|
| MetricsService
The metrics service mainly allows to return a snapshot of measured objects.
|
| ThroughputMeter
A throughput metric, wraps a
Meter object to provide a one second instant
throughput value returned by ThroughputMeter.getValue(). |
| ThroughputTimer
A throughput metric, wraps a
Meter object to provide a one second instant
throughput value returned by ThroughputTimer.getValue(). |
Copyright © 2015. All Rights Reserved.