Uses of Interface
org.forgerock.monitoring.api.instrument.histogram.pause.PauseDetector
-
Packages that use PauseDetector 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 PauseDetector in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return PauseDetector Modifier and Type Method Description PauseDetector
MeterRegistry.Config. pauseDetector()
Returns the associated Pause Detector.Methods in org.forgerock.monitoring.api.instrument with parameters of type PauseDetector Modifier and Type Method Description MeterRegistry.Config
MeterRegistry.Config. pauseDetector(PauseDetector detector)
Sets the default pause detector to use for all timers in this registry.Timer.Builder
Timer.Builder. pauseDetector(PauseDetector pauseDetector)
Sets the pause detector implementation to use for this timer.Timer
MeterRegistry. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
Only used byTimer.builder(String)
.Timer
MeterRegistryHolder. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
-
Uses of PauseDetector in org.forgerock.monitoring.dropwizard
Methods in org.forgerock.monitoring.dropwizard that return PauseDetector Modifier and Type Method Description PauseDetector
AbstractMeterRegistry.ConfigImpl. pauseDetector()
Methods in org.forgerock.monitoring.dropwizard with parameters of type PauseDetector Modifier and Type Method Description protected abstract Timer
AbstractMeterRegistry. newTimer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetector)
Build a new timer to be added to the registry.protected Timer
DropwizardMeterRegistry. newTimer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetector)
MeterRegistry.Config
AbstractMeterRegistry.ConfigImpl. pauseDetector(PauseDetector detector)
Timer
AbstractMeterRegistry. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
-
Uses of PauseDetector in org.opends.server.api
Methods in org.opends.server.api with parameters of type PauseDetector Modifier and Type Method Description Timer
MeterRegistryHolder. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
-