open class JmxReporter : Closeable
open fun close(): Unit
Stops the reporter. |
|
open static fun forRegistry(registry: MetricRegistry): Builder
Returns a new Builder for JmxReporter. |
|
open fun start(): Unit
Starts the reporter. |
|
open fun stop(): Unit
Stops the reporter. |