Uses of Interface
org.forgerock.monitoring.api.instrument.MeterRegistry
-
Packages that use MeterRegistry Package Description org.forgerock.monitoring Common utility classes for monitoring.org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.api.instrument.binder org.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.forgerock.monitoring.http Common utility classes for monitoring.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.monitors Contains various Directory Server monitor provider implementations.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature. -
-
Uses of MeterRegistry in org.forgerock.monitoring
Constructors in org.forgerock.monitoring with parameters of type MeterRegistry Constructor Description DropwizardMetricsCollectionResourceProvider(MeterRegistry meterRegistry)
Constructs the resource provider for the passed in Dropwizard metric set.Constructor parameters in org.forgerock.monitoring with type arguments of type MeterRegistry Constructor Description DropwizardMetricsCollectionResourceProvider(Supplier<MeterRegistry> meterRegistrySupplier)
Constructs the resource provider for the passed in Dropwizard metric set supplier. -
Uses of MeterRegistry in org.forgerock.monitoring.api.instrument
Classes in org.forgerock.monitoring.api.instrument that implement MeterRegistry Modifier and Type Class Description class
MeterRegistryHolder
Decorator for a meter registry.Methods in org.forgerock.monitoring.api.instrument with parameters of type MeterRegistry Modifier and Type Method Description Counter
Counter.Builder. register(MeterRegistry registry)
Add the counter to a single registry, or return an existing counter in that registry.DistributionSummary
DistributionSummary.Builder. register(MeterRegistry registry)
Add the distribution summary to a single registry, or return an existing distribution summary in that registry.Gauge
Gauge.Builder. register(MeterRegistry registry)
Add the gauge to a single registry, or return an existing gauge in that registry.Meter
Meter.Builder. register(MeterRegistry registry)
Add the meter to a single registry, or return an existing meter in that registry.TimeGauge
TimeGauge.Builder. register(MeterRegistry registry)
Add the time gauge to a single registry, or return an existing time gauge in that registry.Timer
Timer.Builder. register(MeterRegistry registry)
Add the timer to a single registry, or return an existing timer in that registry.static Timer.Sample
Timer. start(MeterRegistry registry)
Constructors in org.forgerock.monitoring.api.instrument with parameters of type MeterRegistry Constructor Description MeterRegistryHolder(String dimensionalNamePrefix, MeterRegistry registry)
Constructor for this class. -
Uses of MeterRegistry in org.forgerock.monitoring.api.instrument.binder
Methods in org.forgerock.monitoring.api.instrument.binder with parameters of type MeterRegistry Modifier and Type Method Description void
MeterBinder. bindTo(MeterRegistry registry)
-
Uses of MeterRegistry in org.forgerock.monitoring.api.instrument.search
Constructors in org.forgerock.monitoring.api.instrument.search with parameters of type MeterRegistry Constructor Description RequiredSearch(MeterRegistry registry, String name)
Search(MeterRegistry registry, String name)
-
Uses of MeterRegistry in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement MeterRegistry Modifier and Type Class Description class
AbstractMeterRegistry
Creates and manages your application's set of meters.class
DropwizardMeterRegistry
Implementation of a MeterRegistry supporting tags using dropwizard metric types.Methods in org.forgerock.monitoring.dropwizard with parameters of type MeterRegistry Modifier and Type Method Description static com.codahale.metrics.MetricRegistry
DropwizardTypes. toMetricRegistry(MeterRegistry meterRegistry)
Converts aMeterRegistry
to aMetricRegistry
. -
Uses of MeterRegistry in org.forgerock.monitoring.http
Method parameters in org.forgerock.monitoring.http with type arguments of type MeterRegistry Modifier and Type Method Description static PrometheusHandler
PrometheusHandler. prometheusHandler(String metricPrefix, Supplier<MeterRegistry> meterRegistrySupplier)
Returns a new Prometheus Handler. -
Uses of MeterRegistry in org.opends.server.api
Classes in org.opends.server.api that implement MeterRegistry Modifier and Type Class Description class
MeterRegistryHolder
Decorator for a meter registry.Methods in org.opends.server.api with parameters of type MeterRegistry Modifier and Type Method Description void
EntryCache. bindTo(MeterRegistry parent)
void
KeyManagerProvider.CertificateMonitor. bindTo(MeterRegistry parent)
abstract void
MonitorProvider. bindTo(MeterRegistry registry)
.protected MeterRegistryHolder
EntryCache. newMeterRegistryHolder(MeterRegistry parent)
Creates aMeterRegistryHolder
with the appropriate name prefixes and tags.Constructors in org.opends.server.api with parameters of type MeterRegistry Constructor Description MeterRegistryHolder(String dimensionalNamePrefix, MeterRegistry registry)
Constructor for this class. -
Uses of MeterRegistry in org.opends.server.core
Methods in org.opends.server.core that return MeterRegistry Modifier and Type Method Description MeterRegistry
DirectoryServer. getMeterRegistry()
MeterRegistry
ServerContext. getMeterRegistry()
Returns the globalMeterRegistry
that contains all metrics for all monitor providers. -
Uses of MeterRegistry in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type MeterRegistry Modifier and Type Method Description void
FIFOEntryCache. bindTo(MeterRegistry parent)
protected MeterRegistryHolder
DefaultEntryCache. newMeterRegistryHolder(MeterRegistry parent)
-
Uses of MeterRegistry in org.opends.server.monitors
Methods in org.opends.server.monitors with parameters of type MeterRegistry Modifier and Type Method Description void
HealthStatusMonitorProvider. bindTo(MeterRegistry parent)
void
JvmMonitorProvider. bindTo(MeterRegistry parent)
void
LocalBackendMonitor. bindTo(MeterRegistry parent)
-
Uses of MeterRegistry in org.opends.server.replication.server
Methods in org.opends.server.replication.server with parameters of type MeterRegistry Modifier and Type Method Description void
ReplicationServerDomain. bindTo(MeterRegistry parent)
-