Class PrometheusHealthJob
java.lang.Object
com.netflix.kayenta.prometheus.health.PrometheusHealthJob
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPrometheusHealthJob(PrometheusConfigurationProperties prometheusConfigurationProperties, com.netflix.kayenta.security.AccountCredentialsRepository accountCredentialsRepository, PrometheusHealthCache healthCache) -
Method Summary
-
Constructor Details
-
PrometheusHealthJob
public PrometheusHealthJob(PrometheusConfigurationProperties prometheusConfigurationProperties, com.netflix.kayenta.security.AccountCredentialsRepository accountCredentialsRepository, PrometheusHealthCache healthCache)
-
-
Method Details
-
run
@Scheduled(initialDelayString="${kayenta.prometheus.health.initial-delay:PT2S}", fixedDelayString="${kayenta.prometheus.health.fixed-delay:PT5M}") public void run()
-