Package | Description |
---|---|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core based on MicroMeter
|
org.forgerock.monitoring.dropwizard |
Implementation for Common Monitoring API based on DropWizard.
|
Modifier and Type | Field and Description |
---|---|
static Clock |
Clock.SYSTEM |
Modifier and Type | Method and Description |
---|---|
Clock |
MeterRegistry.Config.clock()
Returns the Clock used to measure durations of Timers.
|
Modifier and Type | Method and Description |
---|---|
static Timer.Sample |
Timer.start(Clock clock) |
Modifier and Type | Method and Description |
---|---|
Clock |
AbstractMeterRegistry.ConfigImpl.clock() |
Constructor and Description |
---|
AbstractMeterRegistry(Clock clock)
Creates an abstract meter registry.
|
DropwizardMeterRegistry(Clock clock)
Constructor for this class.
|
DropwizardMeterRegistry(Clock clock,
Supplier<com.codahale.metrics.Reservoir> newReservoirSupplier)
Constructor for this class.
|
Copyright 2011-2017 ForgeRock AS.