| Package | Description |
|---|---|
| com.codahale.metrics.health.jvm | |
| com.codahale.metrics.jvm |
| Constructor and Description |
|---|
ThreadDeadlockHealthCheck(ThreadDeadlockDetector detector)
Creates a new health check with the given detector.
|
| Constructor and Description |
|---|
CachedThreadStatesGaugeSet(ThreadMXBean threadMXBean,
ThreadDeadlockDetector deadlockDetector,
long interval,
TimeUnit unit)
Creates a new set of gauges using the given MXBean and detector.
|
ThreadStatesGaugeSet(ThreadMXBean threads,
ThreadDeadlockDetector deadlockDetector)
Creates a new set of gauges using the given MXBean and detector.
|
Copyright © 2022. All rights reserved.