I just tried adding it to PMM and it doesnt pick up any of the hosts? Any ideas on how we can fix this? Would be great to use that dashboard, or can I create a dashboard myself or can I only use the Prometheus console to see these stats?
Just an FYI - I edited that dashboard with the query you mentioned above
{service_name="apache"}
And now all the graphs are working, I just need to work out why its not pulling out the host name and then I think we have a working dashboard
For arguments sake if you edit the apache scorecard dashboard and change the query as follows
apache_scoreboard{service_name="apache"}
It now works
(This is more for anyone else’s sake if they come onto this while searching)
What you will notice is that I changed the service name to be a regex (=~) this allows me to add the service to each node I am monitoring and give them all a unique name like apache-hostname1 and then finally added the host variable to the query too so that each graph switches when I updated the variable on the dashboard