Health check
Core & Proxy
Rest Api
Core and Proxy provides health endpoint at GET /api/v1/health
which checks whether the application server is running.
Example request:
Example response:
gRPC status health
Proxy (available from v0.6.0)
To verify gRPC services for Proxy are alive, there is endpoint at GET /api/v1/health-grpc
that verify it.
Example request:
Possible responses:
Core (available from v1.0.0)
To check if core gRCP service is alive, we recommend to use community tools like grpc_health_probe.
Example request for core:
Example response for core:
Gateway
You can enable in gateway config (example config) a health check port, by adding the following line:
In this example gateway will open an additional HTTP port number 55003 and will return the following HTTP status codes:
By default no healthcheck ports are open.
Last updated