Package | Description |
---|---|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core 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 | Method and Description |
---|---|
default MeterRegistry.Config |
MeterRegistry.Config.commonTags(Iterable<Tag> tags)
Append a list of common tags to apply to all metrics reported to the monitoring system.
|
default MeterRegistry.Config |
MeterRegistry.Config.commonTags(String... tags)
Append a list of common tags to apply to all metrics reported to the monitoring system.
|
MeterRegistry.Config |
MeterRegistryHolder.config() |
MeterRegistry.Config |
MeterRegistry.config() |
MeterRegistry.Config |
MeterRegistry.Config.meterFilter(MeterFilter filter)
Add a meter filter to the registry.
|
MeterRegistry.Config |
MeterRegistry.Config.namingConvention(NamingConvention convention)
Use the provided naming convention, overriding the default for your monitoring system.
|
MeterRegistry.Config |
MeterRegistry.Config.onMeterAdded(Consumer<Meter> meter)
Register an event listener for each meter added to the registry.
|
MeterRegistry.Config |
MeterRegistry.Config.pauseDetector(PauseDetector detector)
Sets the default pause detector to use for all timers in this registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMeterRegistry.ConfigImpl
Access to configuration options for this registry.
|
Modifier and Type | Method and Description |
---|---|
MeterRegistry.Config |
AbstractMeterRegistry.ConfigImpl.commonTags(Iterable<Tag> tags) |
MeterRegistry.Config |
AbstractMeterRegistry.ConfigImpl.commonTags(String... tags) |
MeterRegistry.Config |
AbstractMeterRegistry.config() |
MeterRegistry.Config |
AbstractMeterRegistry.ConfigImpl.meterFilter(MeterFilter filter) |
MeterRegistry.Config |
AbstractMeterRegistry.ConfigImpl.namingConvention(NamingConvention convention) |
MeterRegistry.Config |
AbstractMeterRegistry.ConfigImpl.onMeterAdded(Consumer<Meter> meter) |
MeterRegistry.Config |
AbstractMeterRegistry.ConfigImpl.pauseDetector(PauseDetector detector) |
Modifier and Type | Method and Description |
---|---|
MeterRegistry.Config |
MeterRegistryHolder.config() |
Copyright 2010-2018 ForgeRock AS.