Uses of Interface
org.forgerock.monitoring.api.instrument.Counter
-
Packages that use Counter Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.api.instrument.search Common Monitoring API Search functionality based on MicroMeterorg.forgerock.monitoring.dropwizard Implementation for Common Monitoring API based on DropWizard.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of Counter in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return Counter Modifier and Type Method Description Counter
MeterRegistry. counter(Meter.Id id)
Only used bybuilder(String)
.Counter
MeterRegistryHolder. counter(Meter.Id id)
Counter
Counter.Builder. register(MeterRegistry registry)
Add the counter to a single registry, or return an existing counter in that registry. -
Uses of Counter in org.forgerock.monitoring.api.instrument.search
Methods in org.forgerock.monitoring.api.instrument.search that return Counter Modifier and Type Method Description Counter
RequiredSearch. counter()
Counter
Search. counter()
-
Uses of Counter in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement Counter Modifier and Type Class Description static class
DropwizardTypes.DescribableCounter
A describable counter, implementing both the dropwizard's and the monitoring-api's relevant APIs.Methods in org.forgerock.monitoring.dropwizard that return Counter Modifier and Type Method Description Counter
AbstractMeterRegistry. counter(Meter.Id id)
protected abstract Counter
AbstractMeterRegistry. newCounter(Meter.Id id)
Build a new counter to be added to the registry.protected Counter
DropwizardMeterRegistry. newCounter(Meter.Id id)
-
Uses of Counter in org.opends.server.api
Methods in org.opends.server.api that return Counter Modifier and Type Method Description Counter
MeterRegistryHolder. counter(String name)
Tracks a monotonically increasing value.Counter
MeterRegistryHolder. counter(Meter.Id id)
-