Class ThreadDeadlockHealthCheck

java.lang.Object
io.dropwizard.metrics5.health.jvm.ThreadDeadlockHealthCheck
All Implemented Interfaces:
HealthCheck

public class ThreadDeadlockHealthCheck extends Object implements HealthCheck
A health check which returns healthy if no threads are deadlocked.
  • Constructor Details

    • ThreadDeadlockHealthCheck

      public ThreadDeadlockHealthCheck()
      Creates a new health check.
    • ThreadDeadlockHealthCheck

      public ThreadDeadlockHealthCheck(io.dropwizard.metrics5.jvm.ThreadDeadlockDetector detector)
      Creates a new health check with the given detector.
      Parameters:
      detector - a thread deadlock detector
  • Method Details