line/armeria

More `HealthChecker` implementations

Open

#1,854 opened on Jun 25, 2019

 (14 comments) (1 reaction) (0 assignees)Java (863 forks)batch import
good first issuenew featuresprint

Repository metrics

Stars
 (4,552 stars)
PR merge metrics
 (Avg merge 5d 12h) (42 merged PRs in 30d)

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