Package | Description |
---|---|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core based on MicroMeter
|
org.forgerock.monitoring.api.instrument.search |
Common Monitoring API Search functionality based on MicroMeter
|
org.forgerock.monitoring.dropwizard |
Implementation for Common Monitoring API based on DropWizard.
|
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.Builder.register(MeterRegistry registry)
Add the timer to a single registry, or return an existing timer in that registry.
|
Timer |
MeterRegistryHolder.timer(Meter.Id id,
HistogramConfig histogramConfig,
PauseDetector pauseDetectorOverride) |
Timer |
MeterRegistry.timer(Meter.Id id,
HistogramConfig histogramConfig,
PauseDetector pauseDetectorOverride)
Only used by
builder(String) . |
Modifier and Type | Method and Description |
---|---|
long |
Timer.Sample.stop(Timer timer)
Records the duration of the operation
|
Modifier and Type | Method and Description |
---|---|
Timer |
Search.timer() |
Timer |
RequiredSearch.timer() |
Modifier and Type | Class and Description |
---|---|
static class |
DropwizardTypes.DescribableTimer
A describable timer, implementing both the dropwizard's and the monitoring-api's relevant APIs.
|
Modifier and Type | Method and Description |
---|---|
protected Timer |
DropwizardMeterRegistry.newTimer(Meter.Id id,
HistogramConfig histogramConfig,
PauseDetector pauseDetector) |
protected abstract Timer |
AbstractMeterRegistry.newTimer(Meter.Id id,
HistogramConfig histogramConfig,
PauseDetector pauseDetector)
Build a new timer to be added to the registry.
|
Timer |
AbstractMeterRegistry.timer(Meter.Id id,
HistogramConfig histogramConfig,
PauseDetector pauseDetectorOverride) |
Copyright 2011-2017 ForgeRock AS.