Class GenieAgentHealthIndicator

java.lang.Object
com.netflix.genie.web.health.GenieAgentHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

public class GenieAgentHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
Provides a health indicator relative to the behavior of Genie Agents and this Server.
Since:
4.0.0
  • Constructor Details

    • GenieAgentHealthIndicator

      public GenieAgentHealthIndicator(AgentConnectionTrackingService agentConnectionTrackingService)
      Constructor.
      Parameters:
      agentConnectionTrackingService - The service tracking live agent connections
  • Method Details

    • health

      public org.springframework.boot.actuate.health.Health health()
      Specified by:
      health in interface org.springframework.boot.actuate.health.HealthIndicator