-
What are you trying to achieve?
Hi there, I am trying to make a status history graph showing the error / success situation of the system. Ideally with an error rate (error / (error + success)). -
How are you trying to achieve it?
I did a search to AWS cloudwatch, which contains two different MetricNames (Error and Success) and used regex to show different colors of errors and success. -
What happened?
I would like to combine the two metrics of each dimension (e.g. B - failed and B - success) into one row based on math expressions. I tried expression, but I couldn’t specify which rows will be combined. With binary operation under “Add field from calculation” it is only possible to do basic ±*/ , but I want something like error / (success + error).
Any suggestions?