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 interfaceTimeGaugeMethods in org.forgerock.monitoring.api.instrument that return Gauge Modifier and Type Method Description <T> GaugeMeterRegistry. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)Only used bybuilder(String, Object, ToDoubleFunction).<T> GaugeMeterRegistryHolder. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)GaugeGauge.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 GaugeRequiredSearch. gauge()GaugeSearch. gauge() -
Uses of Gauge in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement Gauge Modifier and Type Class Description static classDropwizardTypes.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> GaugeAbstractMeterRegistry. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)protected abstract <T> GaugeAbstractMeterRegistry. newGauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)Build a new gauge to be added to the registry.protected <T> GaugeDropwizardMeterRegistry. 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 GaugeMeterRegistryHolder. gauge(String name, Number number)Register a gauge that reports the value of theNumber.<T> GaugeMeterRegistryHolder. gauge(Meter.Id id, T obj, ToDoubleFunction<T> valueFunction)
-