Documentation
¶
Overview ¶
Package healthserver provides a shared health/metrics server for Kubernetes probes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
Start starts a health/metrics server on the specified port. This provides:
- /healthz - Kubernetes liveness probe (always returns 200 if process is alive)
- /readyz - Kubernetes readiness probe (calls readyChecker to verify readiness)
- /metrics - Prometheus metrics endpoint
The server runs in a goroutine and does not block.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.