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

Allow multi-selection of hosts (and all) #88

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

apenney-beeswax
Copy link

In order to allow comparision of multiple haproxy hosts, allow the selection of more than one host.

(I'm not a prometheus expert, I made this change based on the advice of our Grafana Cloud support team, I'm open to changing this in any way you desire. We have about 40 haproxies running and so it's nice to be able to see everything at once.)

In order to allow comparision of multiple haproxy hosts, allow the
selection of more than one host.
@apenney-beeswax
Copy link
Author

Not sure if this would be a viable addition but I also added "region" (because we sort by aws region a lot). I could set it to hidden by default so it's not there unless you enable it?

@rfrail3
Copy link
Collaborator

rfrail3 commented Aug 30, 2021

It's nice to have a the option to compare multiple hosts, but it needs a close review to be sure that fits 100% in all the panels that the dashboard have. I'll take it into account.

About the region selection, it's your particular use case. Don't be afraid to adapt the dashboard to your particular company.

Thanks,

@JsBergbau
Copy link
Contributor

Is there any progress? This would really be a great option to compare multiple hosts.

@antonengelhardt
Copy link

I tried setting the option "Include All option" to true in Settings > Variables > node but this basically makes all queries faulty. Not a grafana expert here, but i guess this could be a small fix.

@skl256
Copy link

skl256 commented Jan 18, 2024

@antonengelhardt Include All option not work because in queries "instance="$node" code (without support regexp, need "instance=~"$node" - with ~).

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

Successfully merging this pull request may close these issues.

5 participants