-
Notifications
You must be signed in to change notification settings - Fork 3
Add unity.py display of basic service-status in a venue #86
Comments
If we go this route, the config printed should only be for an active environment (dev, test, prod), and a project/venue will need to be defined. Otherwise health endpoints don't make much sense here. |
we could also go the path of a HealthService |
Current thinking is that for now we just have the one HealthService and get a consolidated set of health info from that (similar to how the web app will work). Future potential: you can ask a particular service (e.g. a ProcessService) what it's individual health is. |
@anilnatha and @rtapella ping for status. |
Has not been started yet. Anil is out this week so probably will get pushed out. |
There is a draft of this with the stub json data |
waiting for unity-sds/unity-cs#381 to wrap up |
Closing the initial work with stub json. |
When you “print” the configuration info with endpoints, also show the status of each endpoint (basic health: good/bad)
See unity-sds/unity-ui#25
The text was updated successfully, but these errors were encountered: