Hi,
I would like to combine multiple queries into one single status panel that should color green or red.
My application exists out of a couple micro services and a frontend that goes along. I would like to combine the readiness of all these containers with http request increase of error statuses.
I can for instance do a query in a dashboard variable that returns me the number of unique containers that are in ready state, in my case 12. If that sum goes to 11 or lower, my panel should color red indicating that my app needs attention. Also I want my tile to color red if there is an increase of http errors, but I do not immediately see how I can combine and evaluate 2 constant numbers.
If for instance http errors increase I would like to evaluate something as 12 - 1 (-1 indicating the increase of http status error)
Anyone an idea?
Thanks in advance,
Koen