vertx / io.vertx.ext.dropwizard

Package io.vertx.ext.dropwizard

Types

MetricsService

interface MetricsService

The metrics service mainly allows to return a snapshot of measured objects.

ScheduledMetricsConsumer

open class ScheduledMetricsConsumer

TODO - support listening to more than one Measured

ThroughputMeter

open class ThroughputMeter : Meter

A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by #getValue().

ThroughputTimer

open class ThroughputTimer : Timer

A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by #getValue().