Class MicroProfileHealthChecker

  • All Implemented Interfaces:
    fish.payara.monitoring.collect.MonitoringDataSource, fish.payara.monitoring.collect.MonitoringWatchSource, HealthCheckConstants, org.glassfish.hk2.api.PostConstruct

    @Service(name="healthcheck-mp")
    @RunLevel(10)
    public class MicroProfileHealthChecker
    extends BaseHealthCheck<HealthCheckTimeoutExecutionOptions,​MicroProfileHealthCheckerConfiguration>
    implements org.glassfish.hk2.api.PostConstruct, fish.payara.monitoring.collect.MonitoringDataSource, fish.payara.monitoring.collect.MonitoringWatchSource
    Health Check service that pokes MicroProfile Healthcheck endpoints of instances in the current domain to see if they are responsive
    Since:
    5.184
    Author:
    jonathan coustick