armeria
armeria copied to clipboard
feat: create disk memory health checker
Motivation:
- @Bue-von-hon suggested to resolve #1854 issue. I felt interested to solve the problem and opened this PR.
Modifications:
- I created DiskMemoryHealthChecker class based on DiskSpaceMetrics.java in the micrometer core.
Result:
- Resolved #1854 issue.
- Users who use this library can use new DiskMemoryHealthChecker feature on their own repository.