I have a lot of stats panels, that for instance check the number of active servers etc:
I have a variable env, that can be production, pre-production etc.
So for production a valid number of active servers is 22, but for pre-prod this is 18.
Currently I have a value mapping value 22 is OK, color green. 18 is OKpre-prod, color orange.
So if you select production and there are 22 active servers, the value will be OK.
For pre-prod if it is 18 the value will be OKpre-prod.
What I would love:
22 is OK and green for production
18 is OK and green for pre-production
18 is ERROR and red for production
Please bare in mind, I have a lot of these stats panels with different thresholds.
Anyone any solution?