I want to produce a single stat representing my percentage of failed requests.
Each used in a single stat display, I have:
#A: sum series showing number of failed requests last week
#B: sum series showing number of total requests last week
I want to produce a single stat giving me a percentage of #A/#B. For example, if #A is 10 and #B is 50, I want a single stat of .2.
I’ve tried using divideSeries but it doesn’t appear to be applicable in this context.