Package uk.co.ractf.polaris.node.metrics
Class DockerPingHealthCheck
- java.lang.Object
-
- com.codahale.metrics.health.HealthCheck
-
- ru.vyarus.dropwizard.guice.module.installer.feature.health.NamedHealthCheck
-
- uk.co.ractf.polaris.node.metrics.DockerPingHealthCheck
-
public class DockerPingHealthCheck extends ru.vyarus.dropwizard.guice.module.installer.feature.health.NamedHealthCheck
-
-
Constructor Summary
Constructors Constructor Description DockerPingHealthCheck(com.github.dockerjava.api.DockerClient dockerClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.codahale.metrics.health.HealthCheck.Result
check()
java.lang.String
getName()
-
-
-
Method Detail
-
check
protected com.codahale.metrics.health.HealthCheck.Result check()
- Specified by:
check
in classcom.codahale.metrics.health.HealthCheck
-
getName
public java.lang.String getName()
- Specified by:
getName
in classru.vyarus.dropwizard.guice.module.installer.feature.health.NamedHealthCheck
-
-