Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[studio] Cluster status indication #1524

Open
michaelvlach opened this issue Jan 26, 2025 · 0 comments
Open

[studio] Cluster status indication #1524

michaelvlach opened this issue Jan 26, 2025 · 0 comments
Assignees
Labels

Comments

@michaelvlach
Copy link
Collaborator

michaelvlach commented Jan 26, 2025

Indicate in the header status of the underlying server / cluster.

Endpoint is api/v1/cluster/status, poll every 10-30 seconds or on hover/click.

Response is list of server statuses that contain:

    pub address: String,
    pub status: bool,
    pub leader: bool,

If leader mark that server with a crown.

  • If all status == false mark the overall status RED.
  • If no leader or any of the servers is status == false mark the overall status AMBER.
  • If all status == true and there is a leader mark the overall status GREEN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants