14 comments (14 comments)1 reaction (1 reaction)0 assignees (0 assignees)Java4,552 stars (4,552 stars)863 forks (863 forks)batch import
good first issuenew featuresprint
Description
- 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 ...
- Issue type
- feature
- Research direction
- 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.