Uses of Class
org.forgerock.monitoring.api.instrument.Measurement
-
Packages that use Measurement Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core 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 Measurement in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return types with arguments of type Measurement Modifier and Type Method Description default Iterable<Measurement>
Counter. measure()
default Iterable<Measurement>
DistributionSummary. measure()
default Iterable<Measurement>
Gauge. measure()
Iterable<Measurement>
Meter. measure()
Get a set of measurements.default Iterable<Measurement>
Timer. measure()
Method parameters in org.forgerock.monitoring.api.instrument with type arguments of type Measurement Modifier and Type Method Description static Meter.Builder
Meter. builder(String name, Meter.Type type, Iterable<Measurement> measurements)
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)
-
Uses of Measurement in org.forgerock.monitoring.dropwizard
Method parameters in org.forgerock.monitoring.dropwizard with type arguments of type Measurement 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)
-
Uses of Measurement in org.opends.server.api
Method parameters in org.opends.server.api with type arguments of type Measurement Modifier and Type Method Description Meter
MeterRegistryHolder. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
-