Uses of Interface
org.forgerock.monitoring.api.instrument.Gauge
-
Packages that use Gauge 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 Gauge in org.forgerock.monitoring.api.instrument
Subinterfaces of Gauge in org.forgerock.monitoring.api.instrument Modifier and Type Interface Description interface
TimeGauge
Methods in org.forgerock.monitoring.api.instrument that return Gauge Modifier and Type Method Description <T> Gauge
MeterRegistry. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
Only used bybuilder(String, Object, ToDoubleFunction)
.<T> Gauge
MeterRegistryHolder. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
Gauge
Gauge.Builder. register(MeterRegistry registry)
Add the gauge to a single registry, or return an existing gauge in that registry. -
Uses of Gauge in org.forgerock.monitoring.api.instrument.search
Methods in org.forgerock.monitoring.api.instrument.search that return Gauge Modifier and Type Method Description Gauge
RequiredSearch. gauge()
Gauge
Search. gauge()
-
Uses of Gauge in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement Gauge Modifier and Type Class Description static class
DropwizardTypes.DescribableGauge<T>
A describable gauge, implementing both the dropwizard's and the monitoring-api's relevant APIs.Methods in org.forgerock.monitoring.dropwizard that return Gauge Modifier and Type Method Description <T> Gauge
AbstractMeterRegistry. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
protected abstract <T> Gauge
AbstractMeterRegistry. newGauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
Build a new gauge to be added to the registry.protected <T> Gauge
DropwizardMeterRegistry. newGauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
-
Uses of Gauge in org.opends.server.api
Methods in org.opends.server.api that return Gauge Modifier and Type Method Description <T extends Number>
GaugeMeterRegistryHolder. gauge(String name, T number)
Register a gauge that reports the value of theNumber
.<T> Gauge
MeterRegistryHolder. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
-