14 评论 (14 评论)1 反应 (1 反应)0 负责人 (0 负责人)Java4,552 star (4,552 star)863 fork (863 fork)batch import
good first issuenew featuresprint
描述
- Healthy when memory usage is lower than a certain threshold (%)
- Healthy when disk usage is lower than a certain threshold (%)
- Healthy when there are no dead locks
- Healthy when ...
- 议题类型
- feature
- 研究方向
- Examine existing HealthChecker implementations in the Armeria codebase, such as relevant files in `com.linecorp.armeria.server.healthcheck`. Review comments in this issue for any design preferences. Consider using Java's ManagementFactory for memory and disk usage. Ensure new implementations follow the `HealthChecker` interface and test conventions.