vertx / io.vertx.ext.dropwizard / ThroughputMeter

ThroughputMeter

open class ThroughputMeter : Meter

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

Author
Julien Viet

Constructors

<init>

ThroughputMeter()

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

Functions

getValue

open fun getValue(): Long

mark

open fun mark(): Unit