Package | Description |
---|---|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core based on MicroMeter
|
org.forgerock.monitoring.api.instrument.search |
Common Monitoring API Search functionality based on MicroMeter
|
org.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimeGauge |
Modifier and Type | Method and Description |
---|---|
<T> Gauge |
MeterRegistryHolder.gauge(Meter.Id id,
T obj,
ToDoubleFunction<T> valueFunction) |
<T> Gauge |
MeterRegistry.gauge(Meter.Id id,
T obj,
ToDoubleFunction<T> valueFunction)
Only used by
builder(String, Object, ToDoubleFunction) . |
Gauge |
Gauge.Builder.register(MeterRegistry registry)
Add the gauge to a single registry, or return an existing gauge in that registry.
|
Modifier and Type | Method and Description |
---|---|
Gauge |
Search.gauge() |
Gauge |
RequiredSearch.gauge() |
Modifier and Type | Class and Description |
---|---|
static class |
DropwizardTypes.DescribableGauge<T>
A describable gauge, implementing both the dropwizard's and the monitoring-api's relevant APIs.
|
Modifier and Type | Method and Description |
---|---|
<T> Gauge |
AbstractMeterRegistry.gauge(Meter.Id id,
T obj,
ToDoubleFunction<T> valueFunction) |
protected <T> Gauge |
DropwizardMeterRegistry.newGauge(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.
|
Modifier and Type | Method and Description |
---|---|
<T> Gauge |
MeterRegistryHolder.gauge(Meter.Id id,
T obj,
ToDoubleFunction<T> valueFunction) |
<T extends Number> |
MeterRegistryHolder.gauge(String name,
T number)
Register a gauge that reports the value of the
Number . |
Copyright 2010-2018 ForgeRock AS.