public class InfluxDbHealthIndicator extends AbstractHealthIndicator
HealthIndicator
for InfluxDB.Constructor and Description |
---|
InfluxDbHealthIndicator(org.influxdb.InfluxDB influxDb) |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
health
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHealth
public InfluxDbHealthIndicator(org.influxdb.InfluxDB influxDb)
protected void doHealthCheck(Health.Builder builder)
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
builder
- the Health.Builder
to report health status and details