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