I’m having a prometheus metrics which can only take the values 0 or 1 and I would need to create a status panel showing a green tile for each instance having the value 1 and, accordingly, a red tile for 0.
As an example see the following prometheus query:
How would I define a Grafana panel showing 1 red tile (for the instance “shell001.mo-staging00-nonprod.ams1.cloud”) and 8 green tiles, based on this prometheus metric called “check_salt_complete”?