类 DiskSpaceHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
所有已实现的接口:
HealthContributor, HealthIndicator

public class DiskSpaceHealthIndicator extends AbstractHealthIndicator
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
从以下版本开始:
2.0.0
作者:
Mattias Severson, Andy Wilkinson, Stephane Nicoll