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 |
---|---|
Counter |
MeterRegistryHolder.counter(Meter.Id id) |
Counter |
MeterRegistry.counter(Meter.Id id)
Only used by
builder(String) . |
Counter |
Counter.Builder.register(MeterRegistry registry)
Add the counter to a single registry, or return an existing counter in that registry.
|
Modifier and Type | Method and Description |
---|---|
Counter |
Search.counter() |
Counter |
RequiredSearch.counter() |
Modifier and Type | Class and Description |
---|---|
static class |
DropwizardTypes.DescribableCounter
A describable counter, implementing both the dropwizard's and the monitoring-api's relevant APIs.
|
Modifier and Type | Method and Description |
---|---|
Counter |
AbstractMeterRegistry.counter(Meter.Id id) |
protected Counter |
DropwizardMeterRegistry.newCounter(Meter.Id id) |
protected abstract Counter |
AbstractMeterRegistry.newCounter(Meter.Id id)
Build a new counter to be added to the registry.
|
Copyright 2011-2017 ForgeRock AS.