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.forgerock.openig.handler.router |
Provides automated router capability that loads its configurations files (called routes) from a given directory.
|
org.forgerock.openig.http |
Integrates with the ForgeRock HTTP Framework.
|
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 | Class and Description |
---|---|
class |
MeterRegistryHolder
Decorator for a meter registry.
|
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.
|
Constructor and Description |
---|
RouterHandler(org.forgerock.openig.handler.router.RouteBuilder builder,
org.forgerock.openig.handler.router.DirectoryMonitor directoryMonitor,
MeterRegistry routerMeterRegistry)
Builds a router that loads its configuration from the given directory.
|
Constructor and Description |
---|
AdminHttpApplication(String adminPrefix,
JsonValue config,
Environment environment,
RunMode mode,
PropertyResolver propertyResolver,
MeterRegistry meterRegistry)
Construct a
AdminHttpApplication . |
GatewayHttpApplication(Environment environment,
JsonValue config,
EndpointRegistry registry,
RunMode mode,
MeterRegistry meterRegistry,
PropertyResolver propertyResolver)
Construct a
GatewayHttpApplication . |
Copyright 2011-2017 ForgeRock AS.