I have 2 metrics and try to find the difference of average value between them in percentage like 100*(m1+m2)/m1
but this obviously produces NaN
if m1
turns to zero.
How should I handle this case if I don't want to alert when the metrics turn to zero?