grafana-dashboards
grafana-dashboards copied to clipboard
Allow multi-selection of hosts (and all)
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.)
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?
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,
Is there any progress? This would really be a great option to compare multiple hosts.
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.
@antonengelhardt Include All option not work because in queries "instance="$node
" code (without support regexp, need "instance=~"$node
" - with ~).