Uses of Interface
org.forgerock.monitoring.api.instrument.Meter
-
Packages that use Meter 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 Meter in org.forgerock.monitoring.api.instrument
Subinterfaces of Meter in org.forgerock.monitoring.api.instrument Modifier and Type Interface Description interface
Counter
Used to measure the rate of change based on calls to increment.interface
DistributionSummary
Track the sample distribution of events.interface
Gauge
interface
TimeGauge
interface
Timer
Timer intended to track of a large number of short running events.Methods in org.forgerock.monitoring.api.instrument that return Meter Modifier and Type Method Description Meter
Meter.Builder. register(MeterRegistry registry)
Add the meter to a single registry, or return an existing meter in that registry.Meter
MeterRegistry. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Register a custom meter type.Meter
MeterRegistryHolder. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Methods in org.forgerock.monitoring.api.instrument that return types with arguments of type Meter Modifier and Type Method Description List<Meter>
MeterRegistry. getMeters()
List<Meter>
MeterRegistryHolder. getMeters()
Method parameters in org.forgerock.monitoring.api.instrument with type arguments of type Meter Modifier and Type Method Description default void
MeterRegistry. forEachMeter(Consumer<? super Meter> consumer)
Iterate over each meter in the registry.MeterRegistry.Config
MeterRegistry.Config. onMeterAdded(Consumer<Meter> meter)
Register an event listener for each meter added to the registry. -
Uses of Meter in org.forgerock.monitoring.api.instrument.search
Methods in org.forgerock.monitoring.api.instrument.search that return Meter Modifier and Type Method Description Meter
RequiredSearch. meter()
Meter
Search. meter()
Methods in org.forgerock.monitoring.api.instrument.search that return types with arguments of type Meter Modifier and Type Method Description Collection<Meter>
RequiredSearch. meters()
Collection<Meter>
Search. meters()
Constructor parameters in org.forgerock.monitoring.api.instrument.search with type arguments of type Meter Constructor Description MeterNotFoundException(String meterName, List<Tag> tags, Class<? extends Meter> meterType)
-
Uses of Meter in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement Meter Modifier and Type Class Description static class
DropwizardTypes.DescribableCounter
A describable counter, implementing both the dropwizard's and the monitoring-api's relevant APIs.static class
DropwizardTypes.DescribableGauge<T>
A describable gauge, implementing both the dropwizard's and the monitoring-api's relevant APIs.static class
DropwizardTypes.DescribableMeter
A describable meter, implementing both the dropwizard's meter and the monitoring-api's relevant APIs.static class
DropwizardTypes.DescribableTimer
A describable timer, implementing both the dropwizard's and the monitoring-api's relevant APIs.Methods in org.forgerock.monitoring.dropwizard that return Meter Modifier and Type Method Description protected abstract Meter
AbstractMeterRegistry. newMeter(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Build a new custom meter to be added to the registry.protected Meter
DropwizardMeterRegistry. newMeter(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Meter
AbstractMeterRegistry. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Methods in org.forgerock.monitoring.dropwizard that return types with arguments of type Meter Modifier and Type Method Description List<Meter>
AbstractMeterRegistry. getMeters()
Method parameters in org.forgerock.monitoring.dropwizard with type arguments of type Meter Modifier and Type Method Description MeterRegistry.Config
AbstractMeterRegistry.ConfigImpl. onMeterAdded(Consumer<Meter> meter)
-
Uses of Meter in org.opends.server.api
Methods in org.opends.server.api that return Meter Modifier and Type Method Description Meter
MeterRegistryHolder. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Methods in org.opends.server.api that return types with arguments of type Meter Modifier and Type Method Description Map<String,Meter>
MeterRegistryHolder. getLdapMeters()
Returns a Map from ldap attribute names to the corresponding meters.List<Meter>
MeterRegistryHolder. getMeters()
-