You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow basic monitoring of a running UniCore instance by exposing a /health endpoint (possibly under the base path /v1).
It should return a 200 OK response with the following body:
{
"status": "UP"
}
Motivation
Better cloud support, increased monitoring
Requirements
add endpoint /v1/health
do not return 200 OK if service is unhealthy
Open Questions
No response
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered:
Description
Allow basic monitoring of a running UniCore instance by exposing a
/health
endpoint (possibly under the base path/v1
).It should return a
200 OK
response with the following body:Motivation
Better cloud support, increased monitoring
Requirements
/v1/health
200 OK
if service is unhealthyOpen Questions
No response
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered: