Package | Description |
---|---|
org.forgerock.monitoring |
Common utility classes for monitoring.
|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core based on MicroMeter
|
org.forgerock.monitoring.api.instrument.binder | |
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.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.
|
Constructor and Description |
---|
DropwizardMetricsCollectionResourceProvider(MeterRegistry meterRegistry)
Constructs the resource provider for the passed in Dropwizard metric set.
|
Constructor and Description |
---|
DropwizardMetricsCollectionResourceProvider(Supplier<MeterRegistry> meterRegistrySupplier)
Constructs the resource provider for the passed in Dropwizard metric set supplier.
|
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.Builder.register(MeterRegistry registry)
Add the timer to a single registry, or return an existing timer 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.
|
Meter |
Meter.Builder.register(MeterRegistry registry)
Add the meter to a single registry, or return an existing meter in that registry.
|
Gauge |
Gauge.Builder.register(MeterRegistry registry)
Add the gauge to a single registry, or return an existing gauge 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.
|
Counter |
Counter.Builder.register(MeterRegistry registry)
Add the counter to a single registry, or return an existing counter in that registry.
|
static Timer.Sample |
Timer.start(MeterRegistry registry) |
Constructor and Description |
---|
MeterRegistryHolder(String dimensionalNamePrefix,
MeterRegistry registry)
Constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
void |
MeterBinder.bindTo(MeterRegistry registry) |
Constructor and Description |
---|
RequiredSearch(MeterRegistry registry,
String name) |
Search(MeterRegistry registry,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMeterRegistry
Creates and manages your application's set of meters.
|
class |
DropwizardMeterRegistry
Implementation of a MeterRegistry supporting tags using dropwizard metric types.
|
Modifier and Type | Method and Description |
---|---|
static com.codahale.metrics.MetricRegistry |
DropwizardTypes.toMetricRegistry(MeterRegistry meterRegistry)
Converts a
MeterRegistry to a MetricRegistry . |
Modifier and Type | Method and Description |
---|---|
static PrometheusHandler |
PrometheusHandler.prometheusHandler(String metricPrefix,
Supplier<MeterRegistry> meterRegistrySupplier)
Returns a new Prometheus Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
MeterRegistryHolder
Decorator for a meter registry.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitorProvider.bindTo(MeterRegistry registry) |
void |
KeyManagerProvider.CertificateMonitor.bindTo(MeterRegistry parent) |
void |
EntryCache.bindTo(MeterRegistry parent) |
protected MeterRegistryHolder |
EntryCache.newMeterRegistryHolder(MeterRegistry parent)
Creates a
MeterRegistryHolder with the appropriate name prefixes and tags. |
Constructor and Description |
---|
MeterRegistryHolder(String dimensionalNamePrefix,
MeterRegistry registry)
Constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
MeterRegistry |
ServerContext.getMeterRegistry()
Returns the global
MeterRegistry that contains all metrics for all monitor providers. |
Modifier and Type | Method and Description |
---|---|
void |
FIFOEntryCache.bindTo(MeterRegistry parent) |
protected MeterRegistryHolder |
DefaultEntryCache.newMeterRegistryHolder(MeterRegistry parent) |
Modifier and Type | Method and Description |
---|---|
void |
LocalBackendMonitor.bindTo(MeterRegistry parent) |
void |
JvmMonitorProvider.bindTo(MeterRegistry parent) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationServerHandler.bindTo(MeterRegistry parent) |
void |
ReplicationServerDomain.bindTo(MeterRegistry parent) |
void |
DataServerHandler.bindTo(MeterRegistry parent) |
Copyright 2010-2018 ForgeRock AS.