Changes
- gRPC package upgrade to
^v1.14.0
- New (for internal use) gRPC health check service using
grpc_health_v1.RegisterHealthServer
- New postgres storage metric
mnemosyned_storage_postgres_query_duration_seconds
- Two new health check endpoints
/healthz
(liveness) and/healthr
(readiness) instead of single/health
.
{
"version": "v0.16.0-dirty",
"probes": {
"postgres": "SERVING",
"cluster": {
"mnemosyned-2:8080": "SERVING",
"mnemosyned-3:8080": "SERVING"
}
}
}