Uses of Interface
org.forgerock.monitoring.api.instrument.MeterRegistry.Config
-
Packages that use MeterRegistry.Config Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.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. -
-
Uses of MeterRegistry.Config in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return MeterRegistry.Config Modifier and Type Method 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
MeterRegistry. config()
MeterRegistry.Config
MeterRegistryHolder. 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. -
Uses of MeterRegistry.Config in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement MeterRegistry.Config Modifier and Type Class Description class
AbstractMeterRegistry.ConfigImpl
Access to configuration options for this registry.Methods in org.forgerock.monitoring.dropwizard that return MeterRegistry.Config Modifier and Type Method 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)
-
Uses of MeterRegistry.Config in org.opends.server.api
Methods in org.opends.server.api that return MeterRegistry.Config Modifier and Type Method Description MeterRegistry.Config
MeterRegistryHolder. config()
-