Monitoring
Key Manager provides the following API endpoints for monitoring deployment health, status, and performance:
| API | Description |
|---|---|
/version |
Returns the version of the Key Manager node. |
/v1/health/live |
Returns 200OK for liveness checks. |
/v1/health/ready |
Returns 200OK for operational readiness checks. |
/v1/health/metrics |
Returns Prometheus-compatible metrics for scraping. |