metal-stack / metal-lib

Common go packages used across the metal-stack microservices
MIT License
2 stars 1 forks source link

feat(health): fancy composable status #147

Closed vknabel closed 2 months ago

vknabel commented 2 months ago

Some health checks are over-sensitive and in most cases composed of many async health checks that need to be buffered periodically, we decided to extract this shared logic into composable micor-health-checks as proposed in this PR.

Todo: