-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
Now we have defined the spec of health scope, but I can't find the output of health spec. Do we need to specify the schema of health scope output? Because we hope other trait can use the health scope output to make decision.
Maybe we can make the output something like this:
{"state":"unhealthy/healthy/bad","components":{"comp1":"healthy","comp2":"unhealthy"}}
- the output must give the health state of the instance
- the output must include health details of component
/cc @hongchaodeng