@Component
public class GenieMemoryHealthIndicator
extends java.lang.Object
implements org.springframework.boot.actuate.health.HealthIndicator
| Constructor and Description |
|---|
GenieMemoryHealthIndicator(com.netflix.genie.core.services.JobMetricsService jobMetricsService,
com.netflix.genie.core.properties.JobsProperties jobsProperties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.Health |
health() |
@Autowired
public GenieMemoryHealthIndicator(@NotNull
com.netflix.genie.core.services.JobMetricsService jobMetricsService,
@NotNull
com.netflix.genie.core.properties.JobsProperties jobsProperties)
jobMetricsService - The metrics service to get status info fromjobsProperties - The various properties related to running jobs