Hello,
I am trying to get a Chart that would tell me the % of calls that had an error. However, I can't find a Metric for this. I was thinking, maybe I could obtain this metric by combining Calls per minute and Errors per minute metrics.
For example at 11:20am we had 79 errors/182 transactions, I need the chart to show the % of 43%.
Is this possible in AppDynamics?
Thanks for any help on this,
Tom
Hi Tom
You can when selecting a metric when building dashboards, use the "Metric Expression" option, which you can use to do calculations using different metrics. e.g errors/calls*100 to get to a Percentage as you need
Ciao