Skip to content

Health check endpoint

Create an API endpoint (eq. /api/health) that reports overall health of the services.

Ideally, it should be quick (operate only on cached values) and provide final "healthy"/"unhealthy" status as well as detailed info broken up by metrics/services/servers.

We can leverage existing automatic labeling functionality to derive the solution.