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.