line/armeria

More `HealthChecker` implementations

Open

#1,854 opened on Jun 25, 2019

View on GitHub
 (14 comments) (1 reaction) (0 assignees)Java (4,552 stars) (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 ...

Contributor guide