Class DeadlockHealthCheck

  • All Implemented Interfaces:
    HealthCheck

    @Liveness
    @ApplicationScoped
    @BuiltInHealthCheck
    public class DeadlockHealthCheck
    extends Object
    implements HealthCheck
    A health check that looks for thread deadlocks. Automatically created and registered via CDI.

    This health check can be referred to in properties as deadlock. So for example, to exclude this health check from being exposed, use helidon.health.exclude: deadlock.