Hy!
I have 2 prom metrics temperature and humidity. Both of these have a label sensor (like “livingroom”, “kitchen” etc. in them).
Can I use any features in grafana to calculate a heat index (for a dummy example something like 4 + 3*temperature + 4*humidity - 2.5*temperature*humidity, but the actual equation has 16 additions in it) for each temp-hum pair with matching sensor labels?
(I tried expressions, but as I understand it can’t handle if A and B has multiple series in them. I tried transformations, and I could successfully join A and B but I don’t have any freeform math input to work with those fields. It seems like a not so hard problem.)