Class PrometheusHealthIndicator
- java.lang.Object
-
- org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- com.netflix.kayenta.prometheus.health.PrometheusHealthIndicator
-
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class PrometheusHealthIndicator extends org.springframework.boot.actuate.health.AbstractHealthIndicator
-
-
Constructor Summary
Constructors Constructor Description PrometheusHealthIndicator(PrometheusHealthCache healthCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder)
-
-
-
Constructor Detail
-
PrometheusHealthIndicator
public PrometheusHealthIndicator(PrometheusHealthCache healthCache)
-
-