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

Queue status page should provide a view of the cluster #2195

Closed
julsemaan opened this issue Apr 4, 2017 · 4 comments
Closed

Queue status page should provide a view of the cluster #2195

julsemaan opened this issue Apr 4, 2017 · 4 comments

Comments

@julsemaan
Copy link
Collaborator

Currently the Queue status page only provides a view of the current server

We should aim to provide a view of the queues on all servers

@dwlfrth
Copy link
Contributor

dwlfrth commented Aug 15, 2017

@jrouzierinverse

@jrouzierinverse
Copy link
Member

Should we have two pages for the local view and one for the cluster?

Kind of like this.

image

Or just one page that shows all clustered members stats.

Also on the cluster display do we display stats per cluster or combined.

Example of queue per cluster

Member 1.1.1.1

Queue Counts

queue count
general 0
pfdhcplistener 0

Outstanding Task Counters

queue name count
general api:echo 0
general api:echo_fork 0
general api:trigger_violation 110

Member 1.1.1.2

Queue Counts

Name Count
general 0
pfdhcplistener 0

Outstanding Task Counters

queue name count
general api:echo 0
general api:echo_fork 0
general api:trigger_violation 110
...

Example of merge view

Queue Counts

member queue count
1.1.1.1 general 0
1.1.1.2 general 0
1.1.1.1 pfdhcplistener 0
1.1.1.2 pfdhcplistener 0

Outstanding Task Counters

member queue name count
1.1.1.1 general api:echo 0
1.1.1.2 general api:echo 0
1.1.1.1 general api:echo_fork 0
1.1.1.2 general api:echo_fork 0
1.1.1.1 general api:trigger_violation 110
1.1.1.2 general api:trigger_violation 110
...

@julsemaan
Copy link
Collaborator Author

I'd vote for queue per cluster personally

@julsemaan
Copy link
Collaborator Author

Will be in a separate «page»

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants