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
I would like to expose current cluster configuration / application status through a REST API. This will enable Load Balancer integration through HTTP probes and allow for future tooling.
The API can expose following information:
Cluster membership - list of nodes
Individual node status (uptime / heartbeat)
Application configuration
Current status of deployed application on each node
Health information from each application
We can extend current health monitoring to allow additional custom data to be exposed from the application.
The above will require adding a self-hosted HTTP server to be integrated with the YAMS host and also a simple implementation of cluster membership so all nodes in the cluser can be identified.
I would like to expose current cluster configuration / application status through a REST API. This will enable Load Balancer integration through HTTP probes and allow for future tooling.
The API can expose following information:
We can extend current health monitoring to allow additional custom data to be exposed from the application.
The above will require adding a self-hosted HTTP server to be integrated with the YAMS host and also a simple implementation of cluster membership so all nodes in the cluser can be identified.